Package: collapsibleTree
Type: Package
Title: Interactive Collapsible Tree Diagrams using 'D3.js'
Version: 0.1.7
Authors@R: c(
    person("Adeel", "Khan", email = "AdeelK@gwu.edu", role = c("aut", "cre")),
    person("Dhrumin", "Shah", role = "ctb"),
    person("Mike", "Bostock", role = c("ctb", "cph"), comment = "D3.js library, http://d3js.org")
  )
Maintainer: Adeel Khan <AdeelK@gwu.edu>
Description: 
    Interactive Reingold-Tilford tree diagrams created using 'D3.js', where every node can be expanded and collapsed by clicking on it.
    Tooltips and color gradients can be mapped to nodes using a numeric column in the source data frame.
    See 'collapsibleTree' website for more information and examples.
License: GPL (>= 3)
URL: https://github.com/AdeelK93/collapsibleTree,
        https://AdeelK93.github.io/collapsibleTree/
BugReports: https://github.com/AdeelK93/collapsibleTree/issues
Encoding: UTF-8
Depends: R (>= 3.0.0)
Imports: htmlwidgets, data.tree, stats, methods
Enhances: knitr, shiny
LazyData: true
RoxygenNote: 6.1.0
Suggests: colorspace, RColorBrewer, dplyr, testthat, tibble
NeedsCompilation: no
Packaged: 2018-08-22 12:32:22 UTC; Adeel
Author: Adeel Khan [aut, cre],
  Dhrumin Shah [ctb],
  Mike Bostock [ctb, cph] (D3.js library, http://d3js.org)
Repository: CRAN
Date/Publication: 2018-08-22 16:10:03 UTC
Built: R 4.1.0; ; 2021-05-26 19:59:23 UTC; unix
