tidyverse / lubridate

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

Lubridate installation fails #1089

Closed fquerdasi closed 1 year ago

fquerdasi commented 1 year ago

Hi,

I upgraded my R and Rstudio to the latest version (R: 4.2.2, Rstudio: 2022.07.2) today and needed to reinstall tidyverse. However, when doing so I get errors: "ERROR: compilation failed for package 'timechange'" "ERROR: dependency 'timechange' is not available for package 'lubridate'".

I saw that timechange and lubridate have both been updated quite recently (Nov 4 and Nov 6/today), so I wanted to post this here in case there is some issue in the most recent update that is causing these error messages.

Otherwise, suggestions to troubleshoot this issue are appreciated.

# install tidyverse
install.packages("tidyverse")
vspinu commented 1 year ago

Can you try again? Could it be that timechange or lubridate didn't propagate to your CRAN mirror at the point you tried it?