Getting 'rlang' error when installing tidyverse library

Hi All,

Need help to resolve the following error:
When loading the library(tidyverse) , receiving following error:
Error: package or namespace load failed for ‘tidyverse’ in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]):
namespace ‘rlang’ 0.4.7 is already loaded, but >= 0.4.10 is required

Thanks,
Sobha

Try updating the rlang package with install.packages("rlang").

It sounds like you might be installing into an already-running R Session with packages loaded. Try restarting your R session (Windows Ctrl+Shift+F10 Mac Cmd+Shift+F10), and then installing rlang or the tidyverse.

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

If you have a query related to it or one of the replies, start a new topic and refer back with a link.