Package: manynet
Title: Many Ways to Make, Modify, and Map Myriad Networks
Version: 0.3.0
Date: 2023-12-15
Description: A set of tools for making, modifying, and mapping many different types of networks.
   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.
   The package includes functions for importing and exporting, creating and generating networks,
   molding and manipulating networks and node and tie attributes,
   and describing and visualizing networks with sensible defaults.
URL: https://snlab-ch.github.io/manynet/
BugReports: https://github.com/snlab-ch/manynet/issues
Depends: R (>= 3.6.0)
License: MIT + file LICENSE
Language: en-GB
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
Imports: dplyr (>= 1.1.0), ggplot2, ggraph, igraph (>= 1.6.0), network,
        tidygraph
Suggests: BiocManager, concaveman, gganimate, ggforce, gifski,
        graphlayouts, grDevices, knitr, learnr, methods, migraph,
        minMSE, multiplex, patchwork, png, readxl, rmarkdown, roxygen2,
        RSiena, testthat, xml2
Enhances: Rgraphviz
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"))
    )
NeedsCompilation: no
Packaged: 2023-12-15 18:39:06 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>)
Maintainer: James Hollway <james.hollway@graduateinstitute.ch>
Repository: CRAN
Date/Publication: 2023-12-15 19:10:02 UTC
