forked from tidymodels/tidypredict
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
47 lines (47 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
45
46
47
Package: tidypredict
Version: 0.4.8.9000
Title: Run Predictions Inside the Database
Description: It parses a fitted 'R' model object, and returns a formula
in 'Tidy Eval' code that calculates the predictions.
It works with several databases back-ends because it leverages 'dplyr'
and 'dbplyr' for the final 'SQL' translation of the algorithm. It currently
supports lm(), glm(), randomForest(), ranger(), earth(), xgb.Booster.complete(),
cubist(), and ctree() models.
Authors@R:
person("Max", "Kuhn", email = "max@rstudio.com", role = c("aut", "cre"))
Depends:
R (>= 3.1)
Imports:
dplyr (>= 0.7),
rlang,
purrr,
knitr,
generics,
stringr,
tibble,
tidyr
Suggests:
dbplyr,
testthat (>= 2.1.0),
randomForest,
ranger,
earth (>= 5.1.2),
rmarkdown,
nycflights13,
RSQLite,
methods,
DBI,
covr,
xgboost,
Cubist,
mlbench,
partykit,
yaml,
parsnip,
modeldata
License: MIT + file LICENSE
URL: https://tidypredict.tidymodels.org, https://github.com/tidymodels/tidypredict
BugReports: https://github.com/tidymodels/tidypredict/issues
RoxygenNote: 7.1.1.9000
Encoding: UTF-8
VignetteBuilder: knitr