Type: Package Package: C50 Title: C5.0 Decision Trees and Rule-Based Models Version: 0.2.0.9000 Authors@R: c( person("Max", "Kuhn", , "mxkuhn@gmail.com", role = c("aut", "cre")), person("Steve", "Weston", role = "ctb"), person("Mark", "Culp", role = "ctb"), person("Nathan", "Coulter", role = "ctb"), person("Ross", "Quinlan", role = "aut", comment = "Author of imported C code"), person("RuleQuest Research", role = "cph", comment = "Copyright holder of imported C code"), person("Rulequest Research Pty Ltd.", role = "cph", comment = "Copyright holder of imported C code") ) Maintainer: Max Kuhn Description: C5.0 decision trees and rule-based models for pattern recognition that extend the work of Quinlan (1993, ISBN:1-55860-238-0). License: GPL-3 URL: https://topepo.github.io/C5.0/, https://github.com/topepo/C5.0/ BugReports: https://github.com/topepo/C5.0/issues Depends: R (>= 2.10.0) Imports: cli, Cubist (>= 0.3.0), partykit, rlang Suggests: covr, knitr, modeldata, rmarkdown, testthat (>= 3.0.0), tibble VignetteBuilder: knitr Biarch: true Config/testthat/edition: 3 Encoding: UTF-8 LazyLoad: yes Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Config/pak/sysreqs: libicu-dev Repository: https://topepo.r-universe.dev Date/Publication: 2026-02-27 14:28:28 UTC RemoteUrl: https://github.com/topepo/c5.0 RemoteRef: HEAD RemoteSha: 68eaf300c53ae2e1b13213f29189251418bf9fb3 NeedsCompilation: yes Packaged: 2026-06-21 09:28:25 UTC; root Author: Max Kuhn [aut, cre], Steve Weston [ctb], Mark Culp [ctb], Nathan Coulter [ctb], Ross Quinlan [aut] (Author of imported C code), RuleQuest Research [cph] (Copyright holder of imported C code), Rulequest Research Pty Ltd. [cph] (Copyright holder of imported C code)