-
Notifications
You must be signed in to change notification settings - Fork 125
/
DESCRIPTION
42 lines (42 loc) · 1.1 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
Package: visNetwork
Title: Network Visualization using 'vis.js' Library
Version: 2.1.3
Authors@R: c(
person(family = "Almende B.V. and Contributors", role = c("aut", "cph"),
comment = "vis.js library in htmlwidgets/lib, https://visjs.org/, https://github.com/visjs/vis-network"),
person("Benoit", "Thieurmel", role = c("aut", "cre"),
comment = "R interface", email = "bthieurmel@gmail.com")
)
Maintainer: Benoit Thieurmel <bthieurmel@gmail.com>
Description: Provides an R interface to the 'vis.js' JavaScript charting
library. It allows an interactive visualization of networks.
BugReports: https://github.com/datastorm-open/visNetwork/issues
URL: https://datastorm-open.github.io/visNetwork/
Depends:
R (>= 3.0)
Imports:
htmlwidgets,
htmltools,
jsonlite,
magrittr,
utils,
methods,
grDevices,
stats
License: MIT + file LICENSE
Suggests:
knitr,
rmarkdown,
webshot,
igraph,
rpart,
shiny,
shinyWidgets,
colourpicker,
sparkline,
ggraph,
tidygraph,
flashClust
VignetteBuilder: knitr,
rmarkdown
RoxygenNote: 7.1.2