-
Notifications
You must be signed in to change notification settings - Fork 13
/
DESCRIPTION
47 lines (47 loc) · 1.22 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
35
36
37
38
39
40
41
42
43
44
45
46
47
Type: Package
Package: treeheatr
Title: Heatmap-Integrated Decision Tree Visualizations
Version: 0.2.1
Authors@R: c(
person("Trang", "Le", , "[email protected]", role = c("aut", "cre"),
comment = "https://trang.page/"),
person("Jason", "Moore", , "[email protected]", role = "aut",
comment = "http://www.epistasisblog.org/"),
person("University of Pennsylvania", role = "cph")
)
Maintainer: Trang Le <[email protected]>
Description: Creates interpretable decision tree visualizations with the
data represented as a heatmap at the tree's leaf nodes. 'treeheatr'
utilizes the customizable 'ggparty' package for drawing decision
trees.
License: MIT + file LICENSE
URL:https://trangdata.github.io/treeheatr/index.html,
https://trangdata.github.io/treeheatr-manuscript/
BugReports: https://github.com/trangdata/treeheatr/issues
Depends:
R (>= 3.5.0)
Imports:
cluster,
dplyr,
ggnewscale,
ggparty,
ggplot2,
grid,
gtable,
partykit,
seriation,
stats,
tidyr,
yardstick
Suggests:
forcats,
knitr,
rmarkdown,
rpart,
testthat (>= 3.0.0)
VignetteBuilder:
knitr
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1