- removed dependency on trunc_mat (change in dplyr)
- Use DBI functions for db access instead of the dbplyr versions. Thanks to @hadley
- Changed the default settings stringsAsFactors to
FALSE
, compliant with R version 4.0
- Fix for release of dplyr 1.0.0
- Fix for change of default in stringsAsFactors for R 4.0
- Implementation now uses
rlang
instead oflazyeval
- Added
stringsAsFactors
as argument toread_chunkwise
functions.
- Fix for dplyr upgrade from 0.5 to 0.6
- Updated tests because of
testthat
changes
- implemented
summarize
andgroup_by
per chunk. - fixed a bug in
head
(n
was not working)