tidyverse / lubridate

Make working with dates in R just that little bit easier
https://lubridate.tidyverse.org
GNU General Public License v3.0
724 stars 207 forks source link

timechange dependency is 0.2.0 #1138

Closed MichaelChirico closed 10 months ago

MichaelChirico commented 10 months ago

Alternatively, since the newer version is really only required in tests, we can skip_if_not_installed("timechange, "0.2.0") here:

https://github.com/tidyverse/lubridate/blob/e54b612c0672c57bb9cea12dd2482b0d59b3aa64/tests/testthat/test-round.R#L655

vspinu commented 10 months ago

Thanks!