Package: DiagrammeR
Type: Package
Title: Graph/Network Visualization
Version: 0.9.1
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: Graph and network visualization using tabular data.
License: MIT + file LICENSE
Imports: dplyr (>= 0.7.2), downloader (>= 0.4), grDevices (>= 3.4.0),
        htmltools (>= 0.3.6), htmlwidgets (>= 0.9), igraph (>= 1.1.2),
        influenceR (>= 0.1.0), magrittr (>= 1.5), purrr (>= 0.2.3),
        RColorBrewer (>= 1.1-2), readr (>= 1.1.1), rlang (>= 0.1.1),
        rstudioapi (>= 0.6), rgexf (>= 0.15.3), scales (>= 0.4.1),
        stringr (>= 1.2.0), tibble (>= 1.3.3), tidyr (>= 0.6.3),
        viridis (>= 0.4.0), visNetwork (>= 2.0.1)
URL: https://github.com/rich-iannone/DiagrammeR
BugReports: https://github.com/rich-iannone/DiagrammeR/issues
Suggests: covr, DiagrammeRsvg, rsvg, knitr, testthat
RoxygenNote: 6.0.1
NeedsCompilation: no
Packaged: 2017-08-21 06:12:45 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)
Repository: CRAN
Date/Publication: 2017-08-21 09:41:58 UTC
