-
Notifications
You must be signed in to change notification settings - Fork 18
/
DESCRIPTION
32 lines (32 loc) · 1.22 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
Package: igraphdata
Title: A Collection of Network Data Sets for the 'igraph' Package
Version: 1.0.1.9010
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", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-1416-3412")),
person("Maëlle", "Salmon", role = "ctb"),
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.
License: CC BY-SA 4.0 + file LICENSE
URL: http://igraph.org
BugReports: https://github.com/igraph/igraphdata/issues
Depends:
R (>= 2.10)
Imports:
igraph (>= 1.5.0)
Suggests:
testthat (>= 3.0.0)
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2.9000
Config/testthat/edition: 3