-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
67 lines (67 loc) · 1.82 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
Package: manynet
Title: Many Ways to Make, Modify, Mark, and Map Myriad Networks
Version: 1.0.0
Date: 2024-01-24
Description: A set of tools for making, modifying, marking, 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,
modifying networks and node and tie attributes,
and describing and visualizing networks with sensible defaults.
URL: https://stocnet.github.io/manynet/
BugReports: https://github.com/stocnet/manynet/issues
Depends: R (>= 3.6.0)
License: MIT + file LICENSE
Language: en-GB
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.0
Imports:
dplyr (>= 1.1.0),
ggplot2,
ggraph,
igraph (>= 1.6.0),
network,
pillar,
tidygraph
Suggests:
BiocManager,
concaveman,
gganimate,
ggforce,
gifski,
graphlayouts,
grDevices,
knitr,
learnr,
methods,
migraph,
minMSE,
multiplex,
patchwork,
png,
readxl,
rmarkdown,
roxygen2,
RSiena,
testthat (>= 3.0.0),
xml2,
future,
furrr
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"))
)
Roxygen: list(markdown = TRUE, roclets = c("namespace", "rd"))
Config/testthat/parallel: true
Config/testthat/edition: 3
Config/testthat/start-first: mark_is