Package: rules Title: Model Wrappers for Rule-Based Models Version: 1.0.2.9000 Authors@R: c( person("Emil", "Hvitfeldt", , "emil.hvitfeldt@posit.co", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-0679-1945")), person("Max", "Kuhn", , "max@posit.co", role = "aut", comment = c(ORCID = "0000-0003-2402-136X")), person("Posit Software, PBC", role = c("cph", "fnd"), comment = c(ROR = "03wc8by49")) ) Description: Bindings for additional models for use with the 'parsnip' package. Models include prediction rule ensembles (Friedman and Popescu, 2008) , C5.0 rules (Quinlan, 1992 ISBN: 1558602380), and Cubist (Kuhn and Johnson, 2013) . License: MIT + file LICENSE URL: https://github.com/tidymodels/rules, https://rules.tidymodels.org/ BugReports: https://github.com/tidymodels/rules/issues Depends: parsnip (>= 1.0.3), R (>= 4.1) Imports: cli, dials (>= 0.1.1.9001), dplyr, generics (>= 0.1.0), purrr, rlang, stats, stringr, tidyr, utils Suggests: C50, covr, Cubist, knitr, modeldata, recipes, rmarkdown, spelling, testthat (>= 3.0.0), tibble, xrf (>= 0.2.0) Config/Needs/website: tidyr, tidyverse/tidytemplate, recipes, xrf Config/testthat/edition: 3 Config/usethis/last-upkeep: 2025-04-24 Encoding: UTF-8 Language: en-US Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Config/pak/sysreqs: libicu-dev Repository: https://tidymodels.r-universe.dev Date/Publication: 2026-01-26 23:14:26 UTC RemoteUrl: https://github.com/tidymodels/rules RemoteRef: HEAD RemoteSha: 97996608dfb5aa2be189ae9c14302d5392662a8e NeedsCompilation: no Packaged: 2026-06-22 22:12:43 UTC; root Author: Emil Hvitfeldt [aut, cre] (ORCID: ), Max Kuhn [aut] (ORCID: ), Posit Software, PBC [cph, fnd] (ROR: ) Maintainer: Emil Hvitfeldt