-
Exports the pipe operator
-
Adds missing examples
-
Example in README now uses SQLite (#17)
-
Adds support for
vars()in thexargument indb_compute_boxplot()(#27) -
Expands support for
db_compute_boxplottodbplyrbackends (#23 @mkirzon) -
db_compute_boxplotcan now return boxplots fortblobjects with existing grouping (eg useful for facetted boxplots) (#23 @mkirzon)
- Addresses issue of
'symbol' is not subsettable(#24)
-
New
db_compute_raster2()function includes upper limit -
Removes dependencies on pipes
-
Improves compliance with rlangs
quo()vsexpr()usage rules -
Separates Spark and default behaivor of
db_compute_boxplot()and adds tests
-
Supports multiple aggregations for bar and line charts
-
Supports naming aggregations for bar and line charts
-
Adds compatability with rlang 0.2.0 upgrade
-
Improves dependency management
-
Adds compatability with dbplyr 1.2.0 upgrade
-
Adds
completeargument todb_compute_raster()anddbplot_raster()which fills in empty bins (#5) -
Coerce aggregate results using
as.numeric()to handleinteger64results (#6) -
computefunctions now return an ungroupeddata.frame
- Fixed
unused argument (na.rm = TRUE)message when used with the CRAN version ofdbplyr(#3)