Package: modeldb
Version: 0.2.0
Title: Fits Models Inside the Database
Description: Uses 'dplyr' and 'tidyeval' to fit statistical models inside the database. It currently supports KMeans and linear regression models.
Authors@R: 
    person("Edgar", "Ruiz", email = "edgar@rstudio.com", role = c("aut", "cre"))
Depends: R (>= 3.1)
Imports: dplyr(>= 0.7), rlang, purrr, tibble, progress, ggplot2,
        tidypredict
Suggests: dbplyr, testthat (>= 2.1.0), knitr, rmarkdown, nycflights13,
        RSQLite, methods, DBI, covr
License: GPL-3
URL: https://github.com/tidymodels/modeldb
BugReports: https://github.com/tidymodels/modeldb/issues
RoxygenNote: 6.1.1
Encoding: UTF-8
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2019-07-20 02:41:19 UTC; edgar
Author: Edgar Ruiz [aut, cre]
Maintainer: Edgar Ruiz <edgar@rstudio.com>
Repository: CRAN
Date/Publication: 2019-07-20 04:20:03 UTC
