Package: broomstick Type: Package Title: Convert Decision Tree Objects into Tidy Data Frames Version: 0.1.2.9200 Authors@R: c( person("Nicholas", "Tierney", email = "nicholas.tierney@gmail.com", role = c("aut", "cre")), person("Matthew", "Lincoln", email = "matthew.d.lincoln@gmail.com", role = "aut") ) Description: Convert Decision Tree objects into tidy data frames, by using the framework laid out by the package broom, this means that decision tree output can be easily reshaped, porocessed, and combined with tools like 'dplyr', 'tidyr' and 'ggplot2'. Like the package broom, broomstick provides three S3 generics: tidy, to summarise decision tree specific features - tidy returns the variable importance table; augment adds columns to the original data such as predictions and residuals; and glance, which provides a one-row summary of model-level statistics. License: MIT + file LICENSE Encoding: UTF-8 Imports: dplyr, tibble, magrittr, purrr, tidyr, generics, rlang, broom RoxygenNote: 7.1.0 Suggests: gbm, testthat, randomForest, MASS, rpart, covr Roxygen: list(markdown = TRUE) Config/pak/sysreqs: libicu-dev Repository: https://njtierney.r-universe.dev Date/Publication: 2023-12-03 06:27:18 UTC RemoteUrl: https://github.com/njtierney/broomstick RemoteRef: HEAD RemoteSha: 5215feed37c47d31f3a6a422e1e54525c66f3ce1 NeedsCompilation: no Packaged: 2026-07-03 20:02:10 UTC; root Author: Nicholas Tierney [aut, cre], Matthew Lincoln [aut] Maintainer: Nicholas Tierney