Error with loading libraries - tidyverse, ggplot and cowplot packages

When I try to call the tidyverse, ggplot2 or cowplot packages, I get the following error "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"

I have tried all sorts of fixes like reinstalling R, and reinstalling the packages but none has worked

Can someone help

indicates a version mismatch on this dependency. Just

install.packages("vctrs")

Works perfectly! Thank you so much

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.