-
-
Notifications
You must be signed in to change notification settings - Fork 203
/
Copy pathDESCRIPTION
50 lines (50 loc) · 1.23 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
Package: igraph
Version: 1.4.1.9004
Title: Network Analysis and Visualization
Author: See AUTHORS file.
Maintainer: Tamás Nepusz <ntamas@gmail.com>
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),
digest,
graph,
igraphdata,
rgl,
scales,
stats4,
tcltk,
testthat,
withr,
vdiffr,
knitr,
rmarkdown
License: GPL (>= 2)
URL: 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)
VignetteBuilder: knitr
Remotes:
emmanuelparadis/ape