tibbletime 0.1.3
-
Features
- Methods for
tidyr::nest()
andtidyr::unnest()
have been updated to be
compliant with tidyr 1.0.0. An error will be triggered if you have a version
of tidyr installed that is < 1.0.0 and try to use one of these functions
on atbl_time
object.
- Methods for
-
Bug fixes
collapse_by()
no longer errors when there is a column
namedstart_date
in thetbl_time
object (#81).