-
Notifications
You must be signed in to change notification settings - Fork 31
/
DESCRIPTION
54 lines (54 loc) · 1.35 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
Package: tidypredict
Title: Run Predictions Inside the Database
Version: 0.5
Authors@R: c(
person("Edgar", "Ruiz", , "edgar@posit.co", role = c("aut", "cre")),
person("Max", "Kuhn", , "max@posit.co", role = "aut")
)
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.
License: MIT + file LICENSE
URL: https://tidypredict.tidymodels.org,
https://github.com/tidymodels/tidypredict
BugReports: https://github.com/tidymodels/tidypredict/issues
Depends:
R (>= 3.6)
Imports:
cli,
dplyr (>= 0.7),
generics,
knitr,
purrr,
rlang (>= 1.1.1),
tibble,
tidyr
Suggests:
covr,
Cubist,
DBI,
dbplyr,
earth (>= 5.1.2),
methods,
mlbench,
modeldata,
nycflights13,
parsnip,
partykit,
randomForest,
ranger,
rmarkdown,
RSQLite,
testthat (>= 3.2.0),
xgboost,
yaml
VignetteBuilder:
knitr
Config/Needs/website: tidyverse/tidytemplate
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2