-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathDESCRIPTION
29 lines (29 loc) · 837 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
Package: sigmajs
Title: Interface to 'Sigma.js' Graph Visualization Library
Date: 2020-06-17
Version: 0.1.5
Authors@R: c(
person("John", "Coene", email = "[email protected]", role = c("aut", "cre", "cph"), comment = c(ORCID = "0000-0002-6637-4107")),
person("Markus", "Voge", email = "[email protected]", role = c("aut"))
)
Description: Interface to 'sigma.js' graph visualization library including animations, plugins and shiny proxies.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
Depends: R (>= 2.10)
URL: http://sigmajs.john-coene.com/ http://sigmajs.org/
BugReports: https://github.com/JohnCoene/sigmajs/issues
Imports:
htmlwidgets,
dplyr (>= 0.7.0),
magrittr,
shiny,
jsonlite,
igraph,
htmltools,
purrr,
scales,
crosstalk
Suggests:
testthat