I've been running to a problem whenever I try and load the tidyverse package in Rstudio. I'm currently using version 3.6.2.
> library(tidyverse)
Error: package or namespace load failed for ‘tidyverse’ in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]):
namespace ‘tibble’ 2.1.3 is already loaded, but >= 3.0.0 is required
In addition: Warning message:
package ‘tidyverse’ was built under R version 3.6.3
I keep running into this error message every time I try and load the package and I'm not sure how to fix it.