error Erro: package or namespace load failed for ‘tidyverse

Version:1.0 StartHTML:0000000107 EndHTML:0000001749 StartFragment:0000000127 EndFragment:0000001731

library(tidyverse) Erro: package or namespace load failed for ‘tidyverse’ in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]): namespace ‘rlang’ 0.4.0 is already loaded, but >= 0.4.1 is required > library(rland) Error in library(rland) : there is no package called ‘rland’

You need to install a newer version of rlang

install.packages("rlang")
1 Like

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