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 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 Config/pak/sysreqs: cmake make libicu-dev libuv1-dev Repository: https://adeelk93.r-universe.dev Date/Publication: 2023-11-14 01:17:20 UTC RemoteUrl: https://github.com/adeelk93/collapsibletree RemoteRef: HEAD RemoteSha: 6c40208a8082e15a7fd1da3f390a7eb69751f9a7 NeedsCompilation: no Packaged: 2026-07-04 21:33:38 UTC; root Author: Adeel Khan [aut, cre], Dhrumin Shah [ctb], Mike Bostock [ctb, cph] (D3.js library, http://d3js.org)