- Using
date
as dimension produced an error in case a timestamp column with multiple classes had been used; fixed in this release. - Not assigning the function to an object usually resulted in no output to the console; it is now printed to the console.
- Using
timestamp
as dimension produced an unnecessary warning due to checks; this has been fixed.
- Unit tests have been rewritten so that they are compatible with the upcoming
stringsAsFactors
default configuration indata.frame
.
-
The conversion to
Date
orPOSIXct
is not forced anymore & depends on the initial class. This brings significant speed to all functions (provided the initial class is already date/timestamp); -
There have been some other minor improvements in speed, e.g. applying basic transformations to columns through
data.table
'sset
instead oflapply
and.SD
.
-
The
collapse_ranges
function got two new arguments, i.e.startAttr
andendAttr
- see?collapse_ranges
; -
Moreover, the core function has been re-written in
Rcpp
for some speed gains.
- First version on CRAN.