timeplyr 0.8.0
-
roll_diffhas been simplified and gains a new argumentdifferences
to allow for recursive differencing. -
roll_laghas been simplified. It internally utilises cheapr'slag2_with the recursive argument always set toTRUE. -
time_aggregateno longer accepts a groupgargument. -
Removed some unnecessary arguments from
time_by. -
Deprecated most of the data frame specific
time_functions, with the exception of
time_by,time_episodes,time_expandandtime_complete. -
Internal bug fix for period time differences.
-
time_aggregategains thefrom,to,time_floorandweek_startarguments. -
Moved much of the C++ functionality to the cheapr package, which is on CRAN.
-
roll_na_fillcan now also handle data frames. -
time_episodeshas a custom print method displaying key summary metrics. -
New class
time_intervalto represent right-open time intervals.