You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.
network_plot gives error after updating ggplot2 to 2.2.0:
The text was updated successfully, but these errors were encountered: