Releases: edgararuiz-zz/dbplot
Releases · edgararuiz-zz/dbplot
dbplot 0.3.2
- Addresses issue of
'symbol' is not subsettable
(#24)
dbplot 0.3.1
- New
db_compute_raster2()
function includes upper limit - Removes dependencies on pipes
- Improves compliance with
rlang
'squo()
vsexpr()
usage rules - Separates Spark and default behavior of
db_compute_boxplot()
and adds tests
dbplot 0.2.1
-
Adds compatability with rlang 0.2.0 upgrade
-
Improves dependency management
dbplot 0.2.0
dbplot 0.1.1
- Fixed issue that was returning the message:
unused argument (na.rm = TRUE)
dbplot 0.1.0
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.