Changes in version 0.1.4 (2022-10-18) Minor changes - 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. Changes in version 0.1.3 (2020-03-29) Minor changes - Using timestamp as dimension produced an unnecessary warning due to checks; this has been fixed. Changes in version 0.1.2 (2020-02-28) Minor changes - Unit tests have been rewritten so that they are compatible with the upcoming stringsAsFactors default configuration in data.frame. Changes in version 0.1.1 (2020-02-26) General changes - The conversion to Date or POSIXct 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's set instead of lapply and .SD. Specific changes - The collapse_ranges function got two new arguments, i.e. startAttr and endAttr - see ?collapse_ranges; - Moreover, the core function has been re-written in Rcpp for some speed gains. Changes in version 0.1.0 (2019-06-18) - First version on CRAN.