Package: dbplot
Version: 0.2.1
Title: Simplifies Plotting Data Inside Databases
Description: Leverages 'dplyr' to process the calculations of a plot inside a database. 
    This package provides helper functions that abstract the work at three levels:
    outputs a 'ggplot', outputs the calculations, outputs the formula
    needed to calculate bins.
Authors@R: 
    person("Edgar", "Ruiz", email = "edgar@rstudio.com", role = c("aut", "cre"))
Depends: R (>= 3.1)
Imports: dplyr(>= 0.7), rlang(>= 0.2.0), ggplot2
Suggests: dbplyr(>= 1.2.0), testthat, tidyr
License: GPL-3
URL: https://github.com/edgararuiz/dbplot
BugReports: https://github.com/edgararuiz/dbplot/issues
RoxygenNote: 6.0.1
NeedsCompilation: no
Packaged: 2018-03-11 22:19:52 UTC; edgar
Author: Edgar Ruiz [aut, cre]
Maintainer: Edgar Ruiz <edgar@rstudio.com>
Repository: CRAN
Date/Publication: 2018-03-11 22:24:33 UTC
