When I use
library(ggplot2)
in r I got the following output
Error: package or namespace load failed for ‘ggplot2’ in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]): namespace ‘vctrs’ 0.3.3 is already loaded, but >= 0.3.8 is required
I tried to update vctrs package but it didn't work. Could anyone please help me how to fix this problem so that I can use my ggplot2 package?