Recent Releases of https://github.com/business-science/tibbletime
https://github.com/business-science/tibbletime - tibbletime 0.1.9
- Removed usage of the non-standard
ESTtime zone from tests.
- R
Published by DavisVaughan about 1 year ago
https://github.com/business-science/tibbletime - tibbletime 0.1.8
Multi-week periods are no longer allowed. These previously threw a warning from lubridate and were already partially broken. Now lubridate throws an error if multi-week periods are supplied (#103).
Adapted to stricter parsing in lubridate and timechange (#103).
- R
Published by DavisVaughan about 3 years ago
https://github.com/business-science/tibbletime - tibbletime 0.1.7
Fixed usage of
|rather than||in the C++ code to satisfy a CRAN warning.Fixed a tidyselection warning emitted by the
tbl_timemethod forunnest()(#100).Removed usage of deprecated
tibble::trunc_mat()in favor ofpillar::tbl_sum().
- R
Published by DavisVaughan over 3 years ago
https://github.com/business-science/tibbletime - tibbletime 0.1.6
- Fixed minor tidyr 1.0.0 warnings in tests using
nest().
- R
Published by DavisVaughan over 5 years ago
https://github.com/business-science/tibbletime - tibbletime 0.1.5
Coercing a grouped tbltime object to tibble with `astibble()` now drops groups and returns a bare tibble. The previous behavior of returning a grouped tibble was incorrect and let to faulty behavior in other functions.
Fixed an issue related to
dplyr::ungroup()in dplyr 1.0.0 where ungrouping would not return an ungrouped tbl_time (#91).
- R
Published by DavisVaughan over 5 years ago
https://github.com/business-science/tibbletime - tibbletime 0.1.4
- Minor release to stay compatible with tibble 3.0.0 and the upcoming release of dplyr 1.0.0.
- R
Published by DavisVaughan over 5 years ago
https://github.com/business-science/tibbletime - 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_timeobject.
- Methods for
Bug fixes
collapse_by()no longer errors when there is a column
namedstart_datein thetbl_timeobject (#81).
- R
Published by DavisVaughan over 6 years ago
https://github.com/business-science/tibbletime - Version 3
- R
Published by DavisVaughan about 8 years ago
https://github.com/business-science/tibbletime - Version 2
New functionality. Bug fixes
- R
Published by DavisVaughan over 8 years ago
https://github.com/business-science/tibbletime - Initial release of tibbletime
First release of tibbletime. Core functions still subject to change.
- R
Published by DavisVaughan over 8 years ago