I don't think there is any reason it should be in Depends, right? It forces lubridate to show this message when it is loaded
library(lubridate, warn.conflicts = FALSE)
#> Loading required package: timechange
We generally prefer putting packages in Imports unless there is a really compelling reason not to
I don't think there is any reason it should be in Depends, right? It forces lubridate to show this message when it is loaded
We generally prefer putting packages in Imports unless there is a really compelling reason not to