Package: lorax Title: Speak for the Trees Version: 0.1.0 Authors@R: c( person("Max", "Kuhn", , "max@posit.co", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-2402-136X")), person("Posit Software, PBC", role = c("cph", "fnd"), comment = c(ROR = "03wc8by49")) ) Description: Extracts decision rules from tree- and rule-based models fitted in 'R'. Rules are expressed as logical predicates that identify paths to terminal nodes, making model behavior more transparent and interpretable. Provides conversion methods to 'partykit' party objects for a wide range of model types. The 'partykit' infrastructure is described in Hothorn and Zeileis (2015) . License: MIT + file LICENSE URL: https://github.com/tidymodels/lorax, https://lorax.tidymodels.org/ BugReports: https://github.com/tidymodels/lorax/issues Depends: R (>= 4.3.0) Imports: cli, dplyr, generics, partykit, purrr, rlang (>= 1.1.0), tibble Suggests: aorsf, C50, Cubist, dbarts, grf, knitr, lightgbm, modeldata, palmerpenguins, randomForest, ranger, rpart, spelling, testthat (>= 3.0.0), tidyr, xgboost Config/roxygen2/version: 8.0.0 Config/Needs/website: tidyverse/tidytemplate, ranger, palmerpenguins, tidyr Config/testthat/edition: 3 Encoding: UTF-8 Language: en-US Roxygen: list(markdown = TRUE) RoxygenNote: 8.0.0 Repository: https://tidymodels.r-universe.dev Date/Publication: 2026-07-16 17:14:52 UTC RemoteUrl: https://github.com/tidymodels/lorax RemoteRef: HEAD RemoteSha: 3cb22416447339fc2af8521124bbed5afc046c46 NeedsCompilation: no Packaged: 2026-07-17 07:43:48 UTC; root Author: Max Kuhn [aut, cre] (ORCID: ), Posit Software, PBC [cph, fnd] (ROR: ) Maintainer: Max Kuhn