Package: sigmaNet
Title: Render Graphs Using 'Sigma.js'
Version: 1.1.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
NeedsCompilation: no
Packaged: 2018-04-23 18:46:38 UTC; root
Author: Ian Kloo [aut, cre]
Repository: CRAN
Date/Publication: 2018-04-23 19:34:26 UTC
Built: R 3.6.3; ; 2020-08-05 03:42:46 UTC; windows
