-
Notifications
You must be signed in to change notification settings - Fork 10
/
DESCRIPTION
41 lines (41 loc) · 992 Bytes
/
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
Package: modeldb
Title: Fits Models Inside the Database
Version: 0.3.0.9000
Authors@R: c(
person("Edgar", "Ruiz", , "[email protected]", role = "aut"),
person("Max", "Kuhn", , "[email protected]", role = c("aut", "cre"))
)
Description: Uses 'dplyr' and 'tidyeval' to fit statistical models inside
the database. It currently supports KMeans and linear regression
models.
License: MIT + file LICENSE
URL: https://modeldb.tidymodels.org, https://github.com/tidymodels/modeldb
BugReports: https://github.com/tidymodels/modeldb/issues
Depends:
R (>= 3.6)
Imports:
cli,
dplyr (>= 0.7),
ggplot2,
progress,
purrr,
rlang (>= 1.1.1),
tibble,
tidypredict
Suggests:
covr,
DBI,
dbplyr,
knitr,
methods,
nycflights13,
rmarkdown,
RSQLite,
testthat (>= 3.2.0)
VignetteBuilder:
knitr
Config/Needs/website: tidyverse/tidytemplate
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3