Closed sctyner closed 8 years ago
Hello François!
I believe I have figured out this problem. If ggnetwork is installed when ggplot2 version 2.1.0 is installed in the library, this error arises. My solution was to reinstall ggnetwork, devtools::install_github("briatte/ggnetwork", force = TRUE)
, and the examples run fine.
In theory, any time this error shows up, the solution is to reinstall the package you're trying to use. The error message, then, is not as cryptic as I first thought!
Cheers, Sam
I'm sure you're already aware of this (probably received automatically generated emails from Hadley) but ggnetwork fails to plot because of the incompatibility with the new ggproto.
The paper revisions were just about complete when I got my notification from Hadley about the new ggplot2 version. We need to update our packages and put them on CRAN as soon as ggplot2 is released to that we can (finally) submit the paper.