-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathDESCRIPTION
More file actions
32 lines (32 loc) · 1.23 KB
/
DESCRIPTION
File metadata and controls
32 lines (32 loc) · 1.23 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
Package: igraphdata
Title: A Collection of Network Data Sets for the 'igraph' Package
Version: 1.0.1.9013
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"),
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: https://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