Problem with loading tidyverse, tibble not most current version

I have installed tidyverse, however, when I call it up in the library() function, I am told that an old version is loaded but a newer version is required. Here's the install.packages and library outputs:

install.packages('tidyverse')
Installing package into ‘/home/rstudio-user/R/x86_64-pc-linux-gnu-library/3.6’
(as ‘lib’ is unspecified)
trying URL 'http://package-proxy/src/contrib/tidyverse_1.3.0.tar.gz'
Content type 'application/x-tar' length 435207 bytes (425 KB)
==================================================
downloaded 425 KB

  • installing binary package ‘tidyverse’ ...
  • DONE (tidyverse)

The downloaded source packages are in
‘/tmp/Rtmp77HwXJ/downloaded_packages’

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

I see that others have had problems similar to this. Strangely enough, when I look at my tibble package, it says version 3.0.1!

I have recently downloaded tidycensus, so I don't know if that's the issue.

Build out -
RStudio Cloud (v 3.6.0)
Windows 10

Thank you for your time!!!
Greg Simmons

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