Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GeomRepel break with ggplot2 2.2.0 #32

Closed
drsimonj opened this issue Nov 15, 2016 · 3 comments
Closed

GeomRepel break with ggplot2 2.2.0 #32

drsimonj opened this issue Nov 15, 2016 · 3 comments
Labels
bug an unexpected problem or unintended behavior

Comments

@drsimonj
Copy link
Collaborator

network_plot gives error after updating ggplot2 to 2.2.0:

produces an error message:     Error: GeomTextRepel was built with an incompatible version of ggproto.
Please reinstall the package that provides this extension.
@drsimonj drsimonj added the bug an unexpected problem or unintended behavior label Nov 15, 2016
@drsimonj
Copy link
Collaborator Author

This error is most likely the result of updates to ggproto implementation in ggplot2.

If encountered, try the following:

# Remove problem packages
remove.packages(c("ggplot2", "ggrepel", "corrr"))

# Reinstall corrr (which will also install dependencies)
install.packages(corrr)  # For CRAN version
# devtools::install_github("drsimonj/corrr")  # For current dev version

@drsimonj
Copy link
Collaborator Author

Not as simple as re-installing packages, as this doesn't work for everyone.

@github-actions
Copy link

github-actions bot commented Mar 7, 2021

This issue has been automatically locked. If you believe you have found a related problem, please file a new issue (with a reprex: https://reprex.tidyverse.org) and link to this issue.

@github-actions github-actions bot locked and limited conversation to collaborators Mar 7, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug an unexpected problem or unintended behavior
Projects
None yet
Development

No branches or pull requests

1 participant