library(tidyverse)
#> Error: package or namespace load failed for 'tidyverse' in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]):
#> namespace 'rlang' 0.4.5 is already loaded, but >= 0.4.5.9000 is required
unable to load tidyverse in rstudio cloud. I am getting the above error, i tried to remove rlang and tidyverse and then again reinstalled it but the problem persists. Could you please help? many thanks.
However when i loading the rlang using the library(rlang) I am getting the error.
library(rlang)
Error in value[3L] :
Package ‘rlang’ version 0.4.5 cannot be unloaded:
Error in unloadNamespace(package) : namespace ‘rlang’ is imported by ‘vctrs’, ‘testthat’, ‘reprex’, ‘lifecycle’, ‘ellipsis’, ‘usethis’, ‘ggplot2’, ‘tibble’, ‘tidyquant’, ‘htmltools’, ‘pillar’, ‘pkgload’ so cannot be unloaded
and the above error with loading the tidyverse continues.