Package: migraph Title: Inferential Methods for Multimodal and Other Networks Version: 1.6.6 Description: A set of tools for testing networks. It includes functions for univariate and multivariate conditional uniform graph and quadratic assignment procedure testing, and network regression. The package is a complement to 'Multimodal Political Networks' (2021, ISBN:9781108985000), and includes various datasets used in the book. Built on the 'manynet' package, all functions operate with matrices, edge lists, and 'igraph', 'network', and 'tidygraph' objects, and on one-mode and two-mode (bipartite) networks. URL: https://stocnet.github.io/migraph/ BugReports: https://github.com/stocnet/migraph/issues License: MIT + file LICENSE Language: en-GB Encoding: UTF-8 LazyData: true Depends: R (>= 4.1.0), manynet (>= 2.1.2), autograph (>= 1.0.0), netrics (>= 0.3.1) Imports: dplyr (>= 1.1.0), ergm, future, furrr, generics, knitr, learnr, purrr Suggests: covr, rmarkdown, roxygen2, shiny, testthat (>= 3.0.0) Authors@R: c(person(given = "James", family = "Hollway", role = c("cre", "aut", "ctb"), email = "james.hollway@graduateinstitute.ch", comment = c("IHEID", ORCID = "0000-0002-8361-9647")), person(given = "Henrique", family = "Sposito", role = "ctb", comment = c("IHEID", ORCID = "0000-0003-3420-6085")), person(given = "Jael", family = "Tan", role = "ctb", email = "jael.tan@graduateinstitute.ch", comment = c("IHEID", ORCID = "0000-0002-6234-9764")), person(given = "Bernhard", family = "Bieri", role = c("ctb"), email = "bernhard.bieri@graduateinstitute.ch", comment = c(ORCID = "0000-0001-5943-9059")) ) Roxygen: list(markdown = TRUE, roclets = c("namespace", "rd")) Config/testthat/parallel: true Config/testthat/edition: 3 Config/testthat/start-first: tutorials_manynet Config/roxygen2/version: 8.0.0 Config/pak/sysreqs: cmake libfontconfig1-dev libfreetype6-dev libglpk-dev make libicu-dev libuv1-dev libxml2-dev zlib1g-dev Repository: https://stocnet.r-universe.dev Date/Publication: 2026-06-23 12:12:43 UTC RemoteUrl: https://github.com/stocnet/migraph RemoteRef: HEAD RemoteSha: 6b8528e20e507c841fda13fbe7724cb4c71f83ec NeedsCompilation: no Packaged: 2026-06-27 11:50:08 UTC; root Author: James Hollway [cre, aut, ctb] (IHEID, ORCID: ), Henrique Sposito [ctb] (IHEID, ORCID: ), Jael Tan [ctb] (IHEID, ORCID: ), Bernhard Bieri [ctb] (ORCID: ) Maintainer: James Hollway