I have trouble loading "library(tidyverse)" today with the following error message:
"Error: package or namespace load failed for ‘tidyverse’ in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]):
namespace ‘vctrs’ 0.2.4 is being loaded, but >= 0.3.2 is required"
I've tried a few troubleshoots, including updating packages, upgrading Studio to 1.3.1093, install.packages("tidyverse", dependencies = TRUE), install.packages("scales"), but still getting the same error message.
The Rstudio worked just fine yesterday. In fact, I have never encountered a similar problem before.
Would greatly appreciate any ideas on how to fix it.