-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathDESCRIPTION
44 lines (44 loc) · 1.18 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
43
44
Type: Package
Package: Cubist
Title: Rule- And Instance-Based Regression Modeling
Version: 0.4.4.9000
Authors@R: c(
person("Max", "Kuhn", , "[email protected]", role = c("aut", "cre")),
person("Steve", "Weston", role = "ctb"),
person("Chris", "Keefer", role = "ctb"),
person("Nathan", "Coulter", role = "ctb"),
person("Ross", "Quinlan", role = "aut",
comment = "Author of imported C code"),
person("Rulequest Research Pty Ltd.", role = "cph",
comment = "Copyright holder of imported C code")
)
Maintainer: Max Kuhn <[email protected]>
Description: Regression modeling using rules with added instance-based
corrections.
License: GPL-3
URL: https://topepo.github.io/Cubist/, https://github.com/topepo/Cubist
BugReports: https://github.com/topepo/Cubist/issues
Depends:
lattice
Imports:
reshape2,
utils
Suggests:
covr,
dplyr (>= 0.7.4),
knitr,
mlbench,
modeldata,
rlang,
rmarkdown,
rules,
testthat (>= 3.0.0)
VignetteBuilder:
knitr
Biarch: true
Config/Needs/website: pkgdown, caret, tidymodels, rules
Config/testthat/edition: 3
Encoding: UTF-8
LazyLoad: yes
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1