Problem loading tidyverse library - namespace ‘rlang’ 0.4.5 is already loaded, but >= 0.4.9 is required

When I try to run library (tidyverse), I get the following error:

'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.9 is required
In addition: Warning message:
package ‘tidyverse’ was built under R version 3.5.2

How do I fix? Thank you!

You need to upgrade rlang.

install.packages("rlang")

1 Like

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.