-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathDESCRIPTION
More file actions
40 lines (40 loc) · 1.48 KB
/
DESCRIPTION
File metadata and controls
40 lines (40 loc) · 1.48 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
31
32
33
34
35
36
37
38
39
40
Package: igraphdata
Title: A Collection of Network Data Sets for the 'igraph' Package
Version: 1.0.1.9018
Authors@R: c(
person("Gábor", "Csárdi", , role = "aut",
comment = c(ORCID = "0000-0001-7098-9676")),
person("Szabolcs", "Horvát", , role = "ctb",
comment = c(ORCID = "0000-0002-3100-523X")),
person("Kirill", "Müller", , "kirill@cynkra.com", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-1416-3412")),
person("Maëlle", "Salmon", role = "ctb",
comment = c(ORCID = "0000-0002-2815-0399")),
person("David","Schoch", role = "aut",
comment = c(ORCID="0000-0003-2952-4812")),
person("Chan Zuckerberg Initiative", role = "fnd")
)
Description: A small collection of various network data sets, to use with
the 'igraph' package: the Enron email network, various food webs,
interactions in the immunoglobulin protein, the karate club network,
Koenigsberg's bridges, visuotactile brain areas of the macaque monkey,
UK faculty friendship network, domestic US flights network, etc. Also provides
access to the API of <https://networks.skewed.de/>.
License: CC BY-SA 4.0 + file LICENSE
URL: http://igraph.org
BugReports: https://github.com/igraph/igraphdata/issues
Depends:
R (>= 4.0)
Imports:
igraph (>= 2.0.0),
rlang
Suggests:
cli,
minty,
httr2,
testthat (>= 3.0.0)
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3.9000
Config/testthat/edition: 3