valr 0.4.2
Bug fixes
- Changed the behavior of
as.tbl_interval()
to callas_tibble()
only on non-tibble input, which prevents groups from being stripped fromtibble()
input (#338).
as.tbl_interval()
to call as_tibble()
only on non-tibble input, which prevents groups from being stripped from tibble()
input (#338).