Error message in uploading file

Error message when attempting to import a file into RStudio:
"Error: namespace 'rlang' 1.0.4 is already loaded, but >=1.0.6 is needed"
What do I need to do?

The message is telling you that you need to update the rlang package.
Restart R and RStudio and do:

install.packages("rlang")
1 Like

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.