Problem loading the `tidyverse` package

Error: package or namespace load failed for ‘tidyverse’ in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]): namespace ‘vctrs’ 0.3.4 is being loaded, but >= 0.3.5 is required
  • Tried reinstalling rlang

  • Reinstalled the Rtool
    Though couldn't find the solution please help me with this questionn.

The error message is asking you to update the vctrs package, try with this command:

install.packages("vctrs")

Do you get any error message?

1 Like

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.