Hi everyone, I'm trying to install version 1.3.3 of the package Lubridate in RStudio 4.1.0. When I type
> require(devtools)
> install_version("lubridate", version = "1.3.3", repos = "http://cran.us.r-project.org")
the following message appears:
Error in args(f) : object '.build_locale_regs' not found
Error: unable to load R code in package 'lubridate'
Execution halted
ERROR: lazy loading failed for package 'lubridate'
* removing 'C:/Users/orang/Documents/R/win-library/4.1/lubridate'
Warning message:
In i.p(...) :
installation of package ‘C:/Users/orang/AppData/Local/Temp/RtmpGmVLlE/remotes390c61ddce5/lubridate’ had non-zero exit status
How do I successfully install this package? Thank you for your help.