Releases: business-science/tibbletime
Releases · business-science/tibbletime
tibbletime 0.1.9
- Removed usage of the non-standard
EST
time zone from tests.
tibbletime 0.1.8
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_time
method forunnest()
(#100). -
Removed usage of deprecated
tibble::trunc_mat()
in favor of
pillar::tbl_sum()
.
tibbletime 0.1.6
- Fixed minor tidyr 1.0.0 warnings in tests using
nest()
.
tibbletime 0.1.5
-
Coercing a grouped tbl_time object to tibble with
as_tibble()
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).
tibbletime 0.1.4
- Minor release to stay compatible with tibble 3.0.0 and the upcoming release
of dplyr 1.0.0.
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).
v0.1.2
CRAN RELEASE
Version 3
v0.1.0 Update pkgdown docs and generate README.md
Version 2
New functionality. Bug fixes