Package: DiagrammeR
Type: Package
Title: Create Diagrams and Flowcharts Using R
Version: 0.6
Date: 2015-04-30
Authors@R: c(
    person("Knut", "Sveidqvist", role = c("aut", "cph"), comment = "mermaid.js
    library in htmlwidgets/lib, http://github.com/knsv/mermaid/"),
    person("Mike", "Bostock", role = c("aut", "cph"), comment = "d3.js
    library in htmlwidgets/lib, http://d3js.org"),
    person("Chris", "Pettitt", role = c("aut", "cph"), comment = "dagre-d3.js
    library in htmlwidgets/lib, http://github.com/cpettitt/dagre-d3"),
    person("Mike", "Daines", role = c("aut", "cph"), comment = "viz.js
    library in htmlwidgets/lib, http://github.com/mdaines/viz.js/"),
    person("Richard", "Iannone", role = c("aut", "cre"), comment = "R
    interface", email = "riannone@me.com")
    )
Maintainer: Richard Iannone <riannone@me.com>
Description: Allows to create diagrams and flowcharts using R.
License: MIT + file LICENSE
Imports: htmlwidgets (>= 0.3.2), rstudioapi (>= 0.2)
Suggests: knitr, V8 (>= 0.5)
VignetteBuilder: knitr
Packaged: 2015-04-30 13:47:38 UTC; riannone
Author: Knut Sveidqvist [aut, cph] (mermaid.js library in htmlwidgets/lib,
    http://github.com/knsv/mermaid/),
  Mike Bostock [aut, cph] (d3.js library in htmlwidgets/lib,
    http://d3js.org),
  Chris Pettitt [aut, cph] (dagre-d3.js library in htmlwidgets/lib,
    http://github.com/cpettitt/dagre-d3),
  Mike Daines [aut, cph] (viz.js library in htmlwidgets/lib,
    http://github.com/mdaines/viz.js/),
  Richard Iannone [aut, cre] (R interface)
NeedsCompilation: no
Repository: CRAN
Date/Publication: 2015-04-30 20:25:56
Built: R 3.1.3; ; 2015-05-11 14:50:13 UTC; unix
