Problem loading tidyverse package in R 3.6.2

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.

Are you in a totally fresh environment?

Try restarting R and then installing the latest version of tibble.

That fixed it! Thanks so much for your help.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.