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

Problem with ggproto #14

Open
jameshunterbr opened this issue Mar 25, 2017 · 7 comments
Open

Problem with ggproto #14

jameshunterbr opened this issue Mar 25, 2017 · 7 comments

Comments

@jameshunterbr
Copy link

My attempts to use coefplot() today ran into a problem with the ggproto() function in ggplot2.

I got the following message:
Ignoring unknown aesthetics: xmin, xmaxError: PositionDodgeV was built with an incompatible version of ggproto.
Please reinstall the package that provides this extension.

I tried the reinstall from Hadley's github version of ggplot2, but it didn't help. Have you seen this before.

There are some stackoverflow comments that indicate that this happens with other packages using ggplot() and it can be fixed by using Hadley's development version of ggplot2, but not in this case.

@jaredlander
Copy link
Owner

Hadley made some breaking changes to ggplot2. Most users should only get a warning but I've seen your error. I plan on updatingcoefplot in the next week or so.

@jameshunterbr
Copy link
Author

jameshunterbr commented Mar 25, 2017 via email

@jaredlander
Copy link
Owner

Someone else reported this problem but I cannot recreate with my setup. Can you reply with your package versions for both ggplot2 and coefplot?

@jaredlander
Copy link
Owner

Upon further review, the problem is solved by reinstalling coefplot. But not the CRAN version. So use devtools::install_github('jaredlander/coefplot').

@jameshunterbr
Copy link
Author

jameshunterbr commented Mar 26, 2017 via email

@jaredlander
Copy link
Owner

Try installing coefplot from GitHub, hopefully that should fix it.

@jameshunterbr
Copy link
Author

jameshunterbr commented Mar 26, 2017 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants