Package: modeldb
Title: Fits Models Inside the Database
Version: 0.2.3
Authors@R: 
    person("Max", "Kuhn", , "max@rstudio.com", 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.1)
Imports: dplyr(>= 0.7), ggplot2, progress, purrr, rlang, tibble,
        tidypredict
Suggests: covr, DBI, dbplyr, knitr, methods, nycflights13, rmarkdown,
        RSQLite, testthat (>= 2.1.0)
VignetteBuilder: knitr
Config/Needs/website: tidyverse/tidytemplate
Encoding: UTF-8
RoxygenNote: 7.2.1.9000
NeedsCompilation: no
Packaged: 2022-08-16 20:00:16 UTC; max
Author: Max Kuhn [aut, cre]
Maintainer: Max Kuhn <max@rstudio.com>
Repository: CRAN
Date/Publication: 2022-08-16 20:30:15 UTC
Built: R 4.1.2; ; 2022-08-17 11:13:44 UTC; unix
