Type: Package
Package: DiagrammeR
Title: Graph/Network Visualization
Version: 1.0.6.1
Authors@R: 
    person("Richard", "Iannone", , "riannone@me.com", c("aut", "cre"),
           comment = c(ORCID = "0000-0003-3925-190X"))
Description: 
    Build graph/network structures using functions for stepwise addition and
    deletion of nodes and edges. Work with data available in tables for bulk
    addition of nodes, edges, and associated metadata. Use graph selections
    and traversals to apply changes to specific nodes or edges. A wide
    selection of graph algorithms allow for the analysis of graphs. Visualize
    the graphs and take advantage of any aesthetic properties assigned to
    nodes and edges.
License: MIT + file LICENSE
URL: https://github.com/rich-iannone/DiagrammeR
BugReports: https://github.com/rich-iannone/DiagrammeR/issues
Depends: R (>= 3.2.0)
Imports: dplyr (>= 0.7.6), downloader (>= 0.4), glue (>= 1.3.0),
        htmltools (>= 0.3.6), htmlwidgets (>= 1.2), igraph (>= 1.2.2),
        influenceR (>= 0.1.0), magrittr (>= 1.5), purrr (>= 0.2.5),
        RColorBrewer (>= 1.1-2), readr (>= 1.1.1), rlang (>= 0.2.2),
        rstudioapi (>= 0.7), scales (>= 1.0.0), stringr (>= 1.3.1),
        tibble (>= 1.4.2), tidyr (>= 0.8.1), viridis (>= 0.5.1),
        visNetwork (>= 2.0.4)
Suggests: covr, DiagrammeRsvg, rsvg, knitr, testthat, rmarkdown
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.0
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2020-05-08 21:02:05 UTC; rich
Author: Richard Iannone [aut, cre] (<https://orcid.org/0000-0003-3925-190X>)
Maintainer: Richard Iannone <riannone@me.com>
Repository: CRAN
Date/Publication: 2020-05-08 21:40:02 UTC
Built: R 4.1.0; ; 2020-08-03 13:28:06 UTC; windows
