Package: collapsibleTree
Type: Package
Title: Interactive Collapsible Tree Diagrams using 'D3.js'
Version: 0.1.8
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
RoxygenNote: 7.2.3
Suggests: colorspace, RColorBrewer, dplyr, testthat, tibble
NeedsCompilation: no
Packaged: 2023-11-13 05:25:03 UTC; Adeel
Author: Adeel Khan [aut, cre],
  Dhrumin Shah [ctb],
  Mike Bostock [ctb, cph] (D3.js library, http://d3js.org)
Repository: CRAN
Date/Publication: 2023-11-13 05:53:23 UTC
Built: R 4.6.0; ; 2025-08-18 10:31:23 UTC; unix
