Install GDAtools

Hi Guys,

I couldn,t install "GDAtools", and I got the following error:

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

I've already installed "rlang" but I'm still facing the same error. Could you advise me how to fix this issue please?

You need to update {rlang} but an older version is already installed and loaded.

Restart R and RStudio and try

 install.packages("rlang") 

and then tr {GDAtools} again.

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