Package: modeldb
Version: 0.1.2
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
Suggests: dbplyr, testthat, knitr, rmarkdown, nycflights13, RSQLite,
        methods, DBI, covr
License: GPL-3
URL: https://github.com/edgararuiz/modeldb
BugReports: https://github.com/edgararuiz/modeldb/issues
RoxygenNote: 6.1.1
Encoding: UTF-8
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2019-03-02 21:11:18 UTC; edgar
Author: Edgar Ruiz [aut, cre]
Maintainer: Edgar Ruiz <edgar@rstudio.com>
Repository: CRAN
Date/Publication: 2019-03-02 21:30:03 UTC
