I encounter the following problem while loading the dplyr package:
Error: package or namespace load failed for ‘dplyr’ in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]):
namespace ‘vctrs’ 0.5.1 is already loaded, but >= 0.5.2 is required
How can I fix this this issue?
I don't know how I should start fixing this problem.