Package: modeldb
Version: 0.1.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, tidyr, progress, ggplot2,
        readr
Suggests: dbplyr, testthat, knitr, rmarkdown, nycflights13, RSQLite,
        methods, DBI, tidypredict, dbplot, covr
License: GPL-3
URL: https://github.com/edgararuiz/modeldb
BugReports: https://github.com/edgararuiz/modeldb/issues
RoxygenNote: 6.0.1
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2018-05-06 17:36:54 UTC; edgar
Author: Edgar Ruiz [aut, cre]
Maintainer: Edgar Ruiz <edgar@rstudio.com>
Repository: CRAN
Date/Publication: 2018-05-07 13:00:22 UTC
