-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
38 lines (38 loc) · 1.27 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
Package: ICON
Type: Package
Title: Provides Easy Access to Complex Systems Datasets
Version: 0.4.1
Authors@R:
c(person(given = "Raoul",
family = "Wadhwa",
role = c("aut", "cre"),
email = "raoulwadhwa@gmail.com",
comment = c(ORCID = "0000-0003-0503-9580")),
person(given = "Jacob",
family = "Scott",
role = "aut",
comment = c(ORCID = "0000-0003-2971-7673")))
Description: Provides easy-to-use and easy-to-access datasets from the
Index of COmplex Networks (ICON) database available on the University
of Colorado website. All datasets can be loaded with a single function
call and new datasets are being slowly added from ICON at
<https://icon.colorado.edu>. Specific ICON datasets of interest can
be requested at the BugReports URL <https://github.com/rrrlw/ICON/issues>.
Depends: R (>= 2.10)
Imports: utils (>= 3.6.1)
License: CC0
Encoding: UTF-8
LazyData: true
URL: https://rrrlw.github.io/ICON/
BugReports: https://github.com/rrrlw/ICON/issues
RoxygenNote: 7.1.1
Suggests:
covr (>= 3.5),
ggnetwork (>= 0.5),
ggplot2 (>= 3.3),
igraph (>= 1.2.5),
knitr (>= 1.30),
network (>= 1.16),
rmarkdown (>= 2.4),
testthat (>= 2.3)
VignetteBuilder: knitr