Package: modeldb
Version: 0.1.1
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, dbplot, covr
License: GPL-3
URL: https://github.com/edgararuiz/modeldb
BugReports: https://github.com/edgararuiz/modeldb/issues
RoxygenNote: 6.1.1
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2019-01-06 02:18:26 UTC; edgar
Author: Edgar Ruiz [aut, cre]
Maintainer: Edgar Ruiz <edgar@rstudio.com>
Repository: CRAN
Date/Publication: 2019-01-07 16:30:11 UTC
