forked from tidymodels/parsnip
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
78 lines (78 loc) · 1.89 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
Package: parsnip
Title: A Common API to Modeling and Analysis Functions
Version: 0.1.7.900
Authors@R:
c(person(given = "Max",
family = "Kuhn",
role = c("aut", "cre"),
email = "[email protected]"),
person(given = "Davis",
family = "Vaughan",
role = "aut",
email = "[email protected]"),
person(given = "Emil",
family = "Hvitfeldt",
role = "ctb",
email = "[email protected]"),
person(given = "RStudio",
role = "cph"))
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', etc).
License: MIT + file LICENSE
URL: https://parsnip.tidymodels.org, https://github.com/tidymodels/parsnip
BugReports: https://github.com/tidymodels/parsnip/issues
Depends:
R (>= 2.10)
Imports:
dplyr (>= 0.8.0.1),
generics (>= 0.1.0),
globals,
glue,
hardhat (>= 0.1.5.9000),
lifecycle,
magrittr,
prettyunits,
purrr,
rlang (>= 0.3.1),
stats,
tibble (>= 2.1.1),
tidyr (>= 1.0.0),
utils,
vctrs (>= 0.2.0),
withr
Suggests:
C50,
covr,
dials,
earth,
keras,
kernlab,
kknn,
knitr,
LiblineaR,
MASS,
Matrix,
mgcv,
modeldata,
nlme,
randomForest,
ranger (>= 0.12.0),
rmarkdown,
rpart,
sparklyr (>= 1.0.0),
survival,
testthat,
xgboost
VignetteBuilder:
knitr
ByteCompile: true
Config/Needs/website: C50, earth, glmnet, keras, kernlab, kknn, LiblineaR,
mgcv, nnet, parsnip, randomForest, ranger, rpart, rstanarm, tidymodels,
tidyverse/tidytemplate, xgboost
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1.9001