-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
30 lines (30 loc) · 1.14 KB
/
DESCRIPTION
File metadata and controls
30 lines (30 loc) · 1.14 KB
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
Package: statnet.data
Title: Network Datasets for the Statnet Suite
Version: 0.1-0
Date: 2021-11-23
Authors@R:
c(
person("Mark S.", "Handcock", role=c("aut"), email="handcock@stat.ucla.edu"),
person("David R.", "Hunter", role=c("aut"), email="dhunter@stat.psu.edu"),
person("Carter T.", "Butts", role=c("aut"), email="buttsc@uci.edu"),
person("Steven M.", "Goodreau", role=c("aut"), email="goodreau@u.washington.edu"),
person("Pavel N.", "Krivitsky", role=c("aut"), email="pavel@statnet.org",
comment=c(ORCID="0000-0002-9101-3362")),
person("Martina", "Morris", role=c("aut"), email="morrism@u.washington.edu"),
person(given = "Michal", family = "Bojanowski", role = c("aut", "cre"),
email = "michal2992@gmail.com", comment = c(ORCID = "0000-0001-7503-852X"))
)
Description: Collection of network datasets used primarly in examples and tests
in other Statnet packages.
URL: https://statnet.org
BugReports: https://github.com/statnet/statnet.data/issues
License: CC BY 4.0
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
Depends:
R (>= 3.5.0)
Suggests:
network,
knitr