-
Notifications
You must be signed in to change notification settings - Fork 89
/
DESCRIPTION
85 lines (85 loc) · 2.06 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
84
85
Package: parsnip
Title: A Common API to Modeling and Analysis Functions
Version: 1.2.1.9003
Authors@R: c(
person("Max", "Kuhn", , "[email protected]", role = c("aut", "cre")),
person("Davis", "Vaughan", , "[email protected]", role = "aut"),
person("Emil", "Hvitfeldt", , "[email protected]", role = "ctb"),
person("Posit Software, PBC", role = c("cph", "fnd"))
)
Maintainer: Max Kuhn <[email protected]>
Description: A common interface is provided to allow users to specify a
model without having to remember the different argument names across
different functions or computational engines (e.g. 'R', 'Spark',
'Stan', 'H2O', etc).
License: MIT + file LICENSE
URL: https://github.com/tidymodels/parsnip,
https://parsnip.tidymodels.org/
BugReports: https://github.com/tidymodels/parsnip/issues
Depends:
R (>= 3.6)
Imports:
cli,
dplyr (>= 1.1.0),
generics (>= 0.1.2),
ggplot2,
globals,
glue,
hardhat (>= 1.4.0.9002),
lifecycle,
magrittr,
pillar,
prettyunits,
purrr (>= 1.0.0),
rlang (>= 1.1.0),
sparsevctrs (>= 0.1.0.9002),
stats,
tibble (>= 2.1.1),
tidyr (>= 1.3.0),
utils,
vctrs (>= 0.6.0),
withr
Suggests:
bench,
C50,
covr,
dials (>= 1.1.0),
earth,
ggrepel,
keras,
kernlab,
kknn,
knitr,
LiblineaR,
MASS,
Matrix,
methods,
mgcv,
modeldata,
nlme,
prodlim,
ranger (>= 0.12.0),
remotes,
rmarkdown,
rpart,
sparklyr (>= 1.0.0),
survival,
tensorflow,
testthat (>= 3.0.0),
xgboost (>= 1.5.0.1)
VignetteBuilder:
knitr
Remotes:
r-lib/sparsevctrs,
tidymodels/hardhat
ByteCompile: true
Config/Needs/website: C50, dbarts, earth, glmnet, keras, kernlab, kknn,
LiblineaR, mgcv, nnet, parsnip, quantreg, randomForest, ranger, rpart,
rstanarm, tidymodels/tidymodels, tidyverse/tidytemplate, rstudio/reticulate,
xgboost
Config/rcmdcheck/ignore-inconsequential-notes: true
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2