Error with loading some packages in R

Hi, Please I have tried loading some packages like tidyverse, tidyquant and some others but I keep getting this error messages on my console

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

1 Like

can be fixed with

update.packages("rlang")

Okay. Thanks and it worked perfectly

1 Like

This topic was automatically closed 7 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.