-
Notifications
You must be signed in to change notification settings - Fork 95
/
Copy pathDESCRIPTION
43 lines (43 loc) · 1019 Bytes
/
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
Package: muxViz
Title: MuxViz - Visualization and Analysis of Multilayer Networks
Version: 3.1
Authors@R: c(
person(given = "Manlio",
family = "De Domenico",
role = c("cre", "aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-5158-8594")),
person(given = "Giulia",
family = "Bertagnolli",
role = c("ctb"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-8637-0632"))
)
Description: Visualization and Analysis of Multilayer Networks.
URL: https://github.com/manlius/muxViz
BugReports: https://github.com/manlius/muxViz
License: GPL (>=3)
Encoding: UTF-8
LazyData: true
Imports:
compiler,
dplyr,
ggplot2,
ggraph,
graphics,
grid,
igraph,
Matrix,
RColorBrewer,
rgl,
RSpectra,
stats,
stringr,
utils,
viridis
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
Suggests:
knitr,
rmarkdown
VignetteBuilder: knitr