Type: Package
Package: treeheatr
Title: Heatmap-Integrated Decision Tree Visualizations
Version: 0.2.3
Authors@R: c(
    person("Trang", "Le", , "grixor@gmail.com", role = c("aut", "cre"),
           comment = "https://trang.page/"),
    person("Jason", "Moore", , "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
URL: https://trangdata.github.io/treeheatr/index.html,
        https://trangdata.github.io/treeheatr-manuscript/,
        https://github.com/trangdata/treeheatr
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.3.3
NeedsCompilation: no
Packaged: 2026-01-29 20:36:54 UTC; let20
Author: Trang Le [aut, cre] (https://trang.page/),
  Jason Moore [aut] (http://www.epistasisblog.org/),
  University of Pennsylvania [cph]
Repository: CRAN
Date/Publication: 2026-01-29 22:20:02 UTC
Built: R 4.6.0; ; 2026-02-05 05:11:56 UTC; windows
