0

I'm receiving the following error while running tidyverse. I have uninstalled and reinstalled rlang, yet the error persists-

Error: package or namespace load failed for ‘tidyverse’ in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]):
 namespace ‘vctrs’ 0.4.2 is already loaded, but >= 0.5.0 is required
r2evans
  • 141,215
  • 6
  • 77
  • 149
nr123
  • 1
  • 1
  • Completely restart R without loading any libraries. `install.packages("vctrs")`. Do again what you tried to do before. R is not always great at _unloading_ packages, so it does not try to unload/update/reload automatically. – r2evans Nov 21 '22 at 21:44
  • @r2evans - i have doubts regarding R assignment, could you help? – nr123 Nov 22 '22 at 21:31
  • Did you restart R? We're you able to install `vctrs`? – r2evans Nov 23 '22 at 01:27

0 Answers0