Unable to update ellipsis package for ggplot2

Hi,
I have trouble opening ggplot2 because it needs ellipsis package to be updated. However, when I tried to update ellipsis package, it gives me this error:

Any help will be much appreciated!
Thank you so much!

Regards,
Kelly

R has problems with package libraries located in cloud-synced folders, I recommend you to set your default package library in a non-synced location.

You can change the default library folder by setting your R_LIBS_SITE environmental variable on a .Reviron or .Rprofile file. For example:

# In a .Renviron file you can set it by adding a line like this one
R_LIBS_SITE="C:\\Program Files\\R\\R-4.1.1\\library"

For a more detailed explanation, you can read this blog post

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.