-
-
Notifications
You must be signed in to change notification settings - Fork 200
/
DESCRIPTION
76 lines (76 loc) · 2.4 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
Package: igraph
Title: Network Analysis and Visualization
Version: 2.1.1.9006
Authors@R: c(
person("Gábor", "Csárdi", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0001-7098-9676")),
person("Tamás", "Nepusz", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0002-1451-338X")),
person("Vincent", "Traag", role = "aut",
comment = c(ORCID = "0000-0003-3170-3879")),
person("Szabolcs", "Horvát", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0002-3100-523X")),
person("Fabio", "Zanini", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0001-7097-8539")),
person("Daniel", "Noom", role = "aut"),
person("Kirill", "Müller", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-1416-3412")),
person("Maëlle", "Salmon", role = "ctb"),
person("Michael", "Antonov", role = "ctb"),
person("Chan Zuckerberg Initiative", role = "fnd")
)
Description: Routines for simple graphs and network analysis. It can
handle large graphs very well and provides functions for generating
random and regular graphs, graph visualization, centrality methods and
much more.
License: GPL (>= 2)
URL: https://r.igraph.org/, https://igraph.org/,
https://igraph.discourse.group/
BugReports: https://github.com/igraph/rigraph/issues
Depends:
methods,
R (>= 3.5.0)
Imports:
cli,
graphics,
grDevices,
lifecycle,
magrittr,
Matrix,
pkgconfig (>= 2.0.0),
rlang,
stats,
utils,
vctrs
Suggests:
ape (>= 5.7-0.1),
callr,
decor,
digest,
igraphdata,
knitr,
rgl,
rmarkdown,
scales,
stats4,
tcltk,
testthat,
vdiffr,
withr
Enhances:
graph
LinkingTo:
cpp11 (>= 0.5.0)
VignetteBuilder:
knitr
Config/Needs/build: roxygen2, devtools, irlba, pkgconfig, igraph/igraph.r2cdocs, moodymudskipper/devtag
Config/Needs/coverage: covr
Config/Needs/website: readr
Config/testthat/edition: 3
Config/testthat/parallel: true
Config/testthat/start-first: vs-es, scan, vs-operators, weakref,
watts.strogatz.game
Encoding: UTF-8
Roxygen: list(markdown = TRUE, roclets = c("collate", "rd", "namespace", "igraph.r2cdocs::cdocs_roclet", "devtag::dev_roclet"), packages = "igraph.r2cdocs")
RoxygenNote: 7.3.2
SystemRequirements: libxml2 (optional), glpk (>= 4.57, optional)