Package: qrage
Type: Package
Title: Tools that Create D3 JavaScript Force Directed Graph from R
Version: 1.0
Date: 2015-07-27
Authors@R: c(
          person("\"Shingo Yamamoto (gloops, Inc.)\"",role=c("aut","cre"),email="si.yamamoto@gloops.com")
          ,person("RStudio, Inc.", role = "cph")
          ,person("Michael", "Bostock", role = c("ctb", "cph"), comment = "D3.js library")
          ,person(family = "jQuery Foundation", role = "cph",comment = "jQuery library and jQuery UI library")
          ,person(family = "jQuery contributors", role=c("ctb","cph"), comment= "jQuery library; authors listed in inst/htmlwidgets/lib/jquery/jquery-AUTHORS.txt")
          ,person(family = "jQuery UI contributors", role = c("ctb", "cph"),comment = "jQuery UI library; authors listed in inst/htmlwidgets/lib/jquery-ui/AUTHORS.txt")
          )
Author: "Shingo Yamamoto (gloops, Inc.)" [aut, cre],
        RStudio, Inc. [cph],
        Michael Bostock [ctb, cph] (D3.js library),
        jQuery Foundation [cph] (jQuery library and jQuery UI library),
        jQuery contributors [ctb, cph] (jQuery library; authors listed in inst/htmlwidgets/lib/jquery/jquery-AUTHORS.txt),
        jQuery UI contributors [ctb, cph] (jQuery UI library; authors listed in inst/htmlwidgets/lib/jquery-ui/AUTHORS.txt)
Maintainer: "Shingo Yamamoto (gloops, Inc.)" <si.yamamoto@gloops.com>
Description: Tools that create D3 JavaScript force directed graph from R. D3 JavaScript was created by Michael Bostock. See http://d3js.org/ and, more specifically for Force Directed Graph https://github.com/mbostock/d3/wiki/Force-Layout.
License: MIT + file LICENSE
Imports: htmlwidgets
Suggests: shiny
NeedsCompilation: no
Packaged: 2015-07-27 03:03:09 UTC; si.yamamoto
Repository: CRAN
Date/Publication: 2015-07-27 23:08:07
