-
-
Notifications
You must be signed in to change notification settings - Fork 203
/
Copy pathDESCRIPTION
60 lines (60 loc) · 1.8 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
Package: igraph
Version: 1.4.1.9015
Title: Network Analysis and Visualization
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.
Depends: methods
Imports:
graphics,
grDevices,
magrittr,
Matrix,
pkgconfig (>= 2.0.0),
rlang,
stats,
utils
Suggests:
ape (>= 5.7-0.1),
decor,
digest,
graph,
igraphdata,
rgl,
scales,
stats4,
tcltk,
testthat,
withr,
vdiffr,
knitr,
rmarkdown
LinkingTo: cpp11
License: GPL (>= 2)
URL: https://r.igraph.org/, https://igraph.org/, https://igraph.discourse.group/
SystemRequirements:
gmp (optional),
libxml2 (optional),
glpk (>= 4.57, optional)
BugReports: https://github.com/igraph/rigraph/issues
Encoding: UTF-8
Config/Needs/build: roxygen2, devtools, irlba, pkgconfig
Config/Needs/coverage: covr
Config/testthat/edition: 3
Config/testthat/parallel: true
Config/testthat/start-first: vs-es, scan, vs-operators, weakref, watts.strogatz.game
RoxygenNote: 7.2.3
Roxygen: list(markdown = TRUE)
Authors@R: c(
person("Gábor", "Csárdi", , "csardi.gabor@gmail.com", role = "aut"),
person("Tamás", "Nepusz", , "ntamas@gmail.com", role = "aut",
comment = "See also AUTHORS file."),
person("Vincent", "Traag", role = "aut"),
person("Szabolcs", "Horvát", , "szhorvat@gmail.com", role = "aut"),
person("Fabio", "Zanini", , "fabio.zanini@unsw.edu.au", role = "aut"),
person("Daniel", "Noom", role = "aut"),
person("Kirill", "Müller", role = c("aut", "cre"), email = "kirill@cynkra.com"),
person("Maëlle", "Salmon", role = "ctb"),
person("Chan Zuckerberg Initiative", role = "fnd")
)
VignetteBuilder: knitr