Error Loading Tidyverse

Error: package or namespace load failed for ‘tidyverse’ in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]): namespace ‘rlang’ 0.4.0 is already loaded, but >= 0.4.2 is required

System Information:

  • RStudio Edition: (Desktop or Server)
  • RStudio Version: Windows
  • OS Version:
  • R Version: 3.2

The error message is asking you to update rlang package, try updating it.

install.packages("rlang")

Also, your are using a very old R version, this is going to bring you a lot of installation issues so I strongly recommend you to update R to the latest version (3.6.2).

Thank you . Updated to latest r studio and done this and it worked perfectly thank you .

Please notice that R and RStudio are two separate pieces of software. Rstudio is an IDE (Integrated Development Environment) for the R programming language.

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