library(forecast) Error: package or namespace load failed for ‘forecast’ in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]): namespace ‘rlang’ 0.4.6 is already loaded, but >= 0.4.7 is required In addition: Warning message: package ‘forecast’ was built under R version 4.0.3
Asked
Active
Viewed 179 times
0

Shivam
- 1
- 2
-
As the error says, you need to update `rlang` – Felix Phl Dec 07 '20 at 13:20
-
rlang makes victims everyday – Bruno Dec 07 '20 at 13:54
-
install.packages("https://cran.r-project.org/src/contrib/Archive/rlang/rlang_0.2.2.tar.gz", repo=NULL, type="source") use this link to update rlang still the error retains. – Shivam Dec 09 '20 at 12:58