forked from igraph/rigraph
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
46 lines (46 loc) · 1.15 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
Package: igraph
Version: 1.3.5.9102
Title: Network Analysis and Visualization
Author: See AUTHORS file.
Maintainer: Tamás Nepusz <[email protected]>
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,
digest,
graph,
igraphdata,
rgl,
scales,
stats4,
tcltk,
testthat,
withr,
vdiffr
License: GPL (>= 2)
URL: https://igraph.org, https://igraph.discourse.group/
SystemRequirements:
gmp (optional),
libxml2 (optional),
glpk (>= 4.57, optional),
C++11
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)