forked from tidymodels/parsnip
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
52 lines (52 loc) · 1.26 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
Package: parsnip
Version: 0.0.3.9001
Title: A Common API to Modeling and Analysis Functions
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).
Authors@R: c(
person(given = "Max", family = "Kuhn", email = "max@rstudio.com", role = c("aut", "cre")),
person(given = "Davis", family = "Vaughan", email = "davis@rstudio.com", role = c("aut")),
person("RStudio", role = "cph"))
Maintainer: Max Kuhn <max@rstudio.com>
URL: https://tidymodels.github.io/parsnip
BugReports: https://github.com/tidymodels/parsnip/issues
License: GPL-2
Encoding: UTF-8
LazyData: true
ByteCompile: true
VignetteBuilder: knitr
Depends:
R (>= 2.10)
Imports:
dplyr (>= 0.8.0.1),
rlang (>= 0.3.1),
purrr,
utils,
tibble (>= 2.1.1),
generics,
glue,
magrittr,
stats,
tidyr,
globals,
vctrs (>= 0.2.0)
Roxygen: list(markdown = TRUE)
RoxygenNote: 6.1.1
Suggests:
testthat,
knitr,
rmarkdown,
survival,
keras,
xgboost,
covr,
C50,
sparklyr (>= 1.0.0),
earth,
glmnet,
kernlab,
kknn,
randomForest,
ranger,
rpart,
MASS,
nlme