-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
33 lines (33 loc) · 981 Bytes
/
DESCRIPTION
File metadata and controls
33 lines (33 loc) · 981 Bytes
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
Package: RobustnessProfiles
Title: Robustness Profiles and Visualization for Complex Networks
Version: 0.1.0
Authors@R: c(
person("Manlio", "De Domenico", role = c("aut", "cre"), email = "you@example.org"))
Description: Tools to simulate static node failures (random or targeted) on networks,
build robustness profiles across attack strategies (degree, betweenness, PageRank,
eigenvector, coreness, clustering, random, and custom e.g. "entanglement"),
compute critical fractions, and generate publication-quality plots.
License: GPL-3
URL: https://github.com/CoMuNeLab/RobustnessProfiles
BugReports: https://github.com/CoMuNeLab/RobustnessProfiles/issues
Depends:
R (>= 4.0)
Imports:
igraph,
ggplot2,
ggraph,
gplots,
RColorBrewer,
ggsci,
stats,
utils,
grid
Suggests:
testthat (>= 3.0.0),
knitr,
rmarkdown
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
Config/testthat/edition: 3