Package: treeheatr
Type: Package
Title: Heatmap-Integrated Decision Tree Visualizations
Version: 0.2.1
Authors@R: c(
    person("Trang", "Le", email = "grixor@gmail.com", role = c("aut", "cre"), comment = "https://trang.page/"),
    person("Jason", "Moore", email = "jhmoore@upenn.edu", role = "aut", comment = "http://www.epistasisblog.org/"),
    person("University of Pennsylvania", role = "cph"))
Maintainer: Trang Le <grixor@gmail.com>
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
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
Depends: R (>= 3.5.0)
Imports: ggparty, ggplot2, partykit, dplyr, ggnewscale, gtable, stats,
        tidyr, cluster, grid, yardstick, seriation
Suggests: forcats, knitr, rmarkdown, rpart, testthat
URL: https://trang1618.github.io/treeheatr/index.html,
        https://trang1618.github.io/treeheatr-manuscript/
BugReports: https://github.com/trang1618/treeheatr/issues
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2020-11-19 20:45:18 UTC; ttle
Author: Trang Le [aut, cre] (https://trang.page/),
  Jason Moore [aut] (http://www.epistasisblog.org/),
  University of Pennsylvania [cph]
Repository: CRAN
Date/Publication: 2020-11-19 21:00:03 UTC
Built: R 4.5.2; ; 2025-11-01 03:23:46 UTC; windows
