Cannot install dplyr, Get error message below:

Error: package or namespace load failed for ‘dplyr’ in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]):
there is no package called ‘vctrs’

  • Tried to remove and reinstall dplyr and vctrs, did not work

This is asking you to install the vctrspackage, if you are having problems installing it please post the complete console output you get when you run this command

install.packages("vctrs")

I could not get it to install. I ended up having to uninstall and reinstall r studio and that worked. Thanks for you help!

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.