Package: dtGAP Type: Package Title: Supervised Generalized Association Plots Based on Decision Trees Version: 0.0.2 Date: 2026-02-13 Authors@R: c( person("Chia-Yu", "Chang", email = "110304049@g.nccu.edu.tw", role = "aut"), person("Chun-houh", "Chen", email = "cchen@stat.sinica.edu.tw", role = "aut"), person("Han-Ming", "Wu", email = "wuhm@g.nccu.edu.tw", role = c("cre", "aut"))) Description: Enhances decision tree visualization by incorporating Generalized Association Plots (GAP) through matrix-based visualizations including confusion matrix maps, decision tree matrix maps, and predicted class membership maps based on supervised correlation and distance metrics. License: MIT + file LICENSE URL: https://github.com/hanmingwu1103/dtGAP, https://CRAN.R-project.org/package=dtGAP BugReports: https://github.com/hanmingwu1103/dtGAP/issues Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 Depends: R (>= 4.1.0) Imports: C50, caret, circlize, ComplexHeatmap, dplyr, ggparty, grDevices, grid, magrittr, partykit, RColorBrewer, rlang, rpart, seriation, stats, stringr, utils, yardstick Suggests: InteractiveComplexHeatmap, testthat (>= 3.0.0) Config/testthat/edition: 3 LazyData: true Config/pak/sysreqs: libicu-dev libpng-dev perl Repository: https://hanmingwu1103.r-universe.dev Date/Publication: 2026-02-14 09:44:49 UTC RemoteUrl: https://github.com/hanmingwu1103/dtgap RemoteRef: HEAD RemoteSha: 07d7ba90626e248b8c5ad4df11ec2d5c6ae4af3c NeedsCompilation: no Packaged: 2026-06-01 08:14:14 UTC; root Author: Chia-Yu Chang [aut], Chun-houh Chen [aut], Han-Ming Wu [cre, aut] Maintainer: Han-Ming Wu