Package: migraph
Title: Inferential Methods for Multimodal and Other Networks
Version: 1.5.3
Date: 2025-10-27
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
RoxygenNote: 7.3.3
Depends: R (>= 3.6.0), manynet (>= 1.0.5), autograph (>= 0.4.0)
Imports: dplyr (>= 1.1.0), future, furrr, generics, purrr
Suggests: covr, roxygen2, 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"))
    )
Config/testthat/parallel: true
Config/testthat/edition: 3
Config/testthat/start-first: helper-functions
NeedsCompilation: no
Packaged: 2025-10-27 11:23:06 UTC; hollway
Author: James Hollway [cre, aut, ctb] (IHEID, ORCID:
    <https://orcid.org/0000-0002-8361-9647>),
  Henrique Sposito [ctb] (IHEID, ORCID:
    <https://orcid.org/0000-0003-3420-6085>),
  Jael Tan [ctb] (IHEID, ORCID: <https://orcid.org/0000-0002-6234-9764>),
  Bernhard Bieri [ctb] (ORCID: <https://orcid.org/0000-0001-5943-9059>)
Maintainer: James Hollway <james.hollway@graduateinstitute.ch>
Repository: CRAN
Date/Publication: 2025-10-27 13:10:07 UTC
Built: R 4.4.3; ; 2025-11-01 01:00:13 UTC; windows
