-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
78 lines (78 loc) · 2.05 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
68
69
70
71
72
73
74
75
76
77
78
Package: manynet
Title: Many Ways to Make, Modify, Map, Mark, and Measure Myriad Networks
Version: 1.4.0
Date: 2024-12-06
Description: Many tools for making, modifying, mapping, marking, measuring,
and motifs and memberships of 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
License: MIT + file LICENSE
Language: en-GB
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2
Depends: R (>= 3.6.0)
Imports:
cli,
dplyr (>= 1.1.0),
ggplot2,
ggraph,
igraph (>= 1.6.0),
network,
pillar,
tidygraph
Suggests:
BiocManager,
concaveman,
gganimate,
ggdendro,
ggforce,
gifski,
graphlayouts,
knitr,
learnr,
methods,
netdiffuseR,
patchwork,
readxl,
rmarkdown,
RSiena,
sna,
testthat (>= 3.0.0),
tibble,
tidyr,
xml2
Enhances:
Rgraphviz
Authors@R:
c(person(given = "James",
family = "Hollway",
role = c("cre", "aut", "ctb"),
email = "[email protected]",
comment = c("IHEID", ORCID = "0000-0002-8361-9647")),
person(given = "Henrique",
family = "Sposito",
role = "ctb",
comment = c(ORCID = "0000-0003-3420-6085")),
person(given = "Christian",
family = "Steglich",
role = "ctb")
)
Config/Needs/build:
roxygen2,
devtools
Roxygen: list(markdown = TRUE, roclets = c("namespace", "rd"))
Config/Needs/check:
covr,
lintr,
spelling
Config/Needs/website:
pkgdown
Config/testthat/parallel: true
Config/testthat/edition: 3
Config/testthat/start-first: mark_is