timeplyr 0.8.2
-
time_intervals are now used by default. Use the 'timeplyr.use_intervals' option
to control this behaviour globally. -
New ggplot2 scales for year_months and year_quarters.
-
time_ggplotcan now handle 'year_month' and 'year_quarter' objects. -
New function
time_cut_widthwhich is the same astime_aggregatebut with
less arguments. -
New
roll_lagandroll_diffmethods for time-series objects. -
Creating 'year_months' and 'year_quarters' from numeric vectors now always coerces them to integer internally.
-
Fixed a small bug in
roll_diffwhere the order vector was not being
used in the case when a vector of lags is supplied.