Package: migraph
Title: Many Network Measures, Motifs, Members, and Models
Version: 1.3.4
Date: 2024-03-07
Description: A set of tools for analysing multimodal networks.
   It includes functions for measuring 
   centrality, centralization, cohesion, closure, constraint and diversity,
   as well as for network block-modelling, regression, and diffusion models.
   The package is released as 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, two-mode (bipartite), and sometimes three-mode 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.1
Depends: R (>= 3.6.0), manynet
Imports: dplyr (>= 1.1.0), generics, ggplot2, igraph (>= 1.5.0),
        network, future, furrr, pillar, purrr, rlang, sna, tidygraph,
        tidyr
Suggests: concaveman, covr, ggdendro, minMSE, oaqc, roxygen2,
        rsconnect, testthat, xml2
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"))
    )
NeedsCompilation: no
Packaged: 2024-03-07 11:31:34 UTC; hollway
Author: James Hollway [cre, aut, ctb] (IHEID,
    <https://orcid.org/0000-0002-8361-9647>),
  Henrique Sposito [ctb] (IHEID, <https://orcid.org/0000-0003-3420-6085>),
  Jael Tan [ctb] (IHEID, <https://orcid.org/0000-0002-6234-9764>),
  Bernhard Bieri [ctb] (<https://orcid.org/0000-0001-5943-9059>)
Maintainer: James Hollway <james.hollway@graduateinstitute.ch>
Repository: CRAN
Date/Publication: 2024-03-07 11:50:02 UTC
Built: R 4.2.3; ; 2024-03-07 22:37:26 UTC; unix
