Skip to content

tibbletime 0.1.5

Compare
Choose a tag to compare
@DavisVaughan DavisVaughan released this 18 Jun 21:14
6336932
  • 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).