Package: DiagrammeR
Type: Package
Title: Create Diagrams and Flowcharts Using R
Version: 0.4
Date: 2015-01-28
Authors@R: c(
    person("knsv", "", 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("mdaines", "", 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: With the DiagrammeR package, you can create diagrams and flowcharts using R. 
    Markdown-like text is used to describe a diagram and, by doing this in R, we can also
    add some R code into the mix and integrate these diagrams in the R console, through R
    Markdown, and in shiny apps.
License: MIT + file LICENSE
Imports: htmlwidgets (>= 0.3.2), rstudioapi (>= 0.2)
Suggests: knitr
VignetteBuilder: knitr
Packaged: 2015-01-30 04:36:26 UTC; riannone
Author: knsv [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),
  mdaines [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-01-30 08:55:26
