-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathDESCRIPTION
83 lines (83 loc) · 1.86 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
Package: butcher
Title: Model Butcher
Version: 0.3.4.9000
Authors@R: c(
person("Joyce", "Cahoon", , "joyceyu48@gmail.com", role = "aut",
comment = c(ORCID = "0000-0001-7217-4702")),
person("Davis", "Vaughan", , "davis@posit.co", role = "aut"),
person("Max", "Kuhn", , "max@posit.co", role = "aut"),
person("Alex", "Hayes", , "alexpghayes@gmail.com", role = "aut"),
person("Julia", "Silge", , "julia.silge@posit.co", role = c("cre", "aut"),
comment = c(ORCID = "0000-0002-3671-836X")),
person("Posit, PBC", role = c("cph", "fnd"))
)
Description: Provides a set of S3 generics to axe components of fitted
model objects and help reduce the size of model objects saved to disk.
License: MIT + file LICENSE
URL: https://butcher.tidymodels.org/,
https://github.com/tidymodels/butcher
BugReports: https://github.com/tidymodels/butcher/issues
Depends:
R (>= 3.6.0)
Imports:
cli (>= 3.3.0),
lobstr (>= 1.1.2),
methods,
purrr (>= 0.3.4),
rlang (>= 1.0.2),
tibble (>= 3.1.7),
utils,
vctrs (>= 0.4.1)
Suggests:
C50,
caret,
ClusterR,
clustMixType,
covr,
dbarts,
ddalpha,
dimRed,
dplyr,
e1071,
earth,
flexsurv,
fs,
ipred,
kernlab,
kknn,
klaR,
knitr,
MASS,
mda,
mgcv,
modeldata,
nestedmodels,
nnet,
parsnip (>= 0.1.6),
pkgload,
pls,
QSARdata,
randomForest,
ranger,
RANN,
recipes (>= 0.2.0),
rmarkdown,
rpart,
rsample,
RSpectra,
sparklyr,
survival (>= 3.2-10),
testthat (>= 3.0.0),
TH.data,
tidyr,
usethis (>= 1.5.0),
xgboost (>= 1.3.2.1),
xrf
VignetteBuilder:
knitr
Config/Needs/check: bioc::mixOmics
Config/Needs/website: tidyverse/tidytemplate
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1