Package: C50
Type: Package
Title: C5.0 Decision Trees and Rule-Based Models
Version: 0.1.3.1
Authors@R: c(
    person("Max", "Kuhn", , "mxkuhn@gmail.com", 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 <mxkuhn@gmail.com>
Description: C5.0 decision trees and rule-based models for pattern recognition that extend the work of Quinlan (1993, ISBN:1-55860-238-0).
Imports: partykit, Cubist (>= 0.2.3)
Depends: R (>= 2.10.0)
Suggests: knitr, modeldata
URL: https://topepo.github.io/C5.0
BugReports: https://github.com/topepo/C5.0/issues
License: GPL-3
LazyLoad: yes
RoxygenNote: 7.0.2.9000
VignetteBuilder: knitr
Encoding: UTF-8
NeedsCompilation: yes
Packaged: 2020-05-25 13:13:09 UTC; ripley
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)
Repository: CRAN
Date/Publication: 2020-05-26 05:13:27 UTC
Built: R 4.1.0; i386-w64-mingw32; 2020-08-03 08:08:47 UTC; windows
Archs: i386, x64
