-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Version 2.0.0 broke autoplot()
#1458
Comments
I think you should update ggfortify to v0.1.0, which is compatible with ggplot2 v2.0.0 :) |
That is the version I have. See below:
|
@ghuiber The error seems to occur here: https://github.com/hadley/ggplot2/blob/d36e9193479ad43aac0842c07582afa3dd1a538a/R/layer.r#L58 |
I did install_github() on both ggplot2 and ggfortify after @hadley closed this issue; |
Hmm... I guess now you cannot reproduce this any more even if you use the CRAN versions. I can't. Anyway, it's good that the issue has been fixed! 👍 |
I seem to be getting this error despite using v2 and v0.1. Here's the reproduction & session info:
|
The example shown here no longer works:
This is with R 3.2.3 and ggplot2 updated today.
The text was updated successfully, but these errors were encountered: