Closed NikNakk closed 6 years ago
Thanks. The collision is unfortunate, but there are ways around it.
sorry for the naive question, but it seems like i can't load both lubridate::hms and hms::hms without failing checks. is this by design?
i get the following serious warning:
Warning: replacing previous import ‘hms::hms’ by ‘lubridate::hms’ when loading ‘tidytransit’
In scripts, use the conflicted package to make your preference explicit.
This old thread has been automatically locked. If you think you have found something related to this, please open a new issue and link to this old issue if necessary.
Depending on the order of package loading,
hms
may refer to eitherlubridate::hms
orhms::hms
, which have incompatible syntax and functionality. Since both are part oftidyverse
, is this by design? I wasn't sure which package to post the issue in, so I've cross-posted at present (https://github.com/tidyverse/lubridate/issues/673). It's certainly a cause for confusion.