library("tidyverse") Error: package or namespace load failed for ‘tidyverse’ in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]): namespace ‘vctrs’ 0.3.8 is being loaded, but >= 0.4.1 is required
Asked
Active
Viewed 59 times
0
-
1`install.packages('vctrs')` and try again – Allan Cameron Aug 30 '22 at 13:49
-
See e.g. https://stackoverflow.com/questions/60451908/tidyverse-not-loaded-it-says-namespace-vctrs-0-2-0-is-already-loaded-but or https://stackoverflow.com/questions/55415631/error-package-or-namespace-load-failed-for-tidyverse-in-loadnamespace – harre Aug 30 '22 at 13:55
-
If the package it already loaded, you'll probably want to restart your R session first, and then run `install.packages('vctrs')` – MrFlick Aug 30 '22 at 13:57
-
thank u, let me try – ASISH PAIKARAY Aug 31 '22 at 04:39
-
After installing this , it is showing this error, what would I do next...... library("tidyverse") Error: package or namespace load failed for ‘tidyverse’ in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]): namespace ‘cli’ 3.2.0 is already loaded, but >= 3.3.0 is required – ASISH PAIKARAY Aug 31 '22 at 05:55