-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathDESCRIPTION
42 lines (42 loc) · 1.2 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
Type: Package
Package: C50
Title: C5.0 Decision Trees and Rule-Based Models
Version: 0.1.8
Authors@R: c(
person("Max", "Kuhn", , "[email protected]", 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 <[email protected]>
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/
BugReports: https://github.com/topepo/C5.0/issues
Depends:
R (>= 2.10.0)
Imports:
Cubist (>= 0.3.0),
partykit
Suggests:
covr,
knitr,
modeldata,
rmarkdown,
testthat (>= 3.0.0)
VignetteBuilder:
knitr
Biarch: true
Config/testthat/edition: 3
Encoding: UTF-8
LazyLoad: yes
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3