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) 
    <https://jmlr.org/papers/v16/hothorn15a.html>.
License: MIT + file LICENSE
URL: https://github.com/tidymodels/lorax
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/testthat/edition: 3
Encoding: UTF-8
Language: en-US
RoxygenNote: 8.0.0
NeedsCompilation: no
Packaged: 2026-07-07 13:01:15 UTC; max
Author: Max Kuhn [aut, cre] (ORCID: <https://orcid.org/0000-0003-2402-136X>),
  Posit Software, PBC [cph, fnd] (ROR: <https://ror.org/03wc8by49>)
Maintainer: Max Kuhn <max@posit.co>
Repository: CRAN
Date/Publication: 2026-07-16 12:50:25 UTC
Built: R 4.6.0; ; 2026-07-16 14:15:15 UTC; unix
