Package: DiagrammeR
Type: Package
Title: Graph/Network Visualization
Version: 0.9.2
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.
Depends: R (>= 3.2.0)
License: MIT + file LICENSE
Imports: dplyr (>= 0.7.2), downloader (>= 0.4), 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.5.0), 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-09-06 04:28:01 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-09-06 20:37:43 UTC
