-
Notifications
You must be signed in to change notification settings - Fork 41
/
DESCRIPTION
34 lines (34 loc) · 1.11 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Package: collapsibleTree
Type: Package
Title: Interactive Collapsible Tree Diagrams using 'D3.js'
Version: 0.1.8
Authors@R: c(
person("Adeel", "Khan", email = "[email protected]", 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 <[email protected]>
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: 7.2.3
Suggests:
colorspace,
RColorBrewer,
dplyr,
testthat,
tibble