Skip to content

Releases: business-science/tibbletime

tibbletime 0.1.8

24 Jan 19:07
f357959
Compare
Choose a tag to compare
  • 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).

tibbletime 0.1.7

31 Oct 12:57
ae09a4f
Compare
Choose a tag to compare
  • Fixed usage of | rather than || in the C++ code to satisfy a CRAN warning.

  • Fixed a tidyselection warning emitted by the tbl_time method for unnest()
    (#100).

  • Removed usage of deprecated tibble::trunc_mat() in favor of
    pillar::tbl_sum().

tibbletime 0.1.6

23 Jul 19:12
e9a632b
Compare
Choose a tag to compare
  • Fixed minor tidyr 1.0.0 warnings in tests using nest().

tibbletime 0.1.5

18 Jun 21:14
6336932
Compare
Choose a tag to compare
  • 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

26 May 20:59
a89ee4b
Compare
Choose a tag to compare
  • Minor release to stay compatible with tibble 3.0.0 and the upcoming release
    of dplyr 1.0.0.

tibbletime 0.1.3

23 Sep 16:11
fb5c4cf
Compare
Choose a tag to compare
  • Features

    • Methods for tidyr::nest() and tidyr::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 a tbl_time object.
  • Bug fixes

    • collapse_by() no longer errors when there is a column
      named start_date in the tbl_time object (#81).

v0.1.2

11 Feb 20:32
Compare
Choose a tag to compare
CRAN RELEASE

Version 3

08 Jan 19:44
Compare
Choose a tag to compare
v0.1.0

Update pkgdown docs and generate README.md

Version 2

10 Oct 17:43
Compare
Choose a tag to compare

New functionality. Bug fixes

Initial release of tibbletime

07 Sep 12:21
Compare
Choose a tag to compare

First release of tibbletime. Core functions still subject to change.