-
Notifications
You must be signed in to change notification settings - Fork 8
/
DESCRIPTION
28 lines (28 loc) · 1.31 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
Package: sigmaNet
Title: Render Graphs Using 'Sigma.js'
Version: 1.2.0
Authors@R: person("Ian", "Kloo", email = "iankloo@gmail.com", role = c("aut", "cre"))
Maintainer: Ian Kloo <iankloo@gmail.com>
URL: https://github.com/iankloo/sigmaNet
BugReports: https://github.com/iankloo/sigmaNet/issues
Description: Create interactive graph visualizations using 'Sigma.js' <http://sigmajs.org/>. This package is meant to be used in conjunction
with 'igraph', replacing the (somewhat underwhelming) plotting features of the package. The idea is to quickly render
graphs, regardless of their size, in a way that allows for easy, iterative modification of aesthetics. Because
'Sigma.js' is a 'javascript' library, the visualizations are inherently interactive and are well suited for integration
with 'Shiny' apps. While there are several 'htmlwidgets' focused on network visualization, they tend to underperform on
medium to large sized graphs. 'Sigma.js' was designed for larger network visualizations and this package aims to
make those strengths available to 'R' users.
Depends: R (>= 2.10)
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Imports: htmlwidgets,
igraph,
jsonlite,
RColorBrewer
RoxygenNote: 6.0.1
Suggests: magrittr,
knitr,
rmarkdown,
shiny
VignetteBuilder: knitr