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

ggplot2 v2.2.2 compliant #264

Closed
schloerke opened this issue Apr 2, 2018 · 7 comments
Closed

ggplot2 v2.2.2 compliant #264

schloerke opened this issue Apr 2, 2018 · 7 comments

Comments

@schloerke
Copy link
Member

aes() is changing big time in the next version of ggplot2.

Need to fix!!

At least #263 and on gitter

@cpsievert
Copy link
Contributor

Here's a more minimal example:

GGally::ggpairs(mtcars)
Error in make_ggmatrix_plot_obj(wrapp(sub_type, funcArgName = sub_type_name),  : 
  variables: "x" have non standard format: "~mpg".  Please rename the columns or make a new column.

@bbolker
Copy link
Contributor

bbolker commented Apr 19, 2018

I think this is not going to be too hard; I was able to fix directlabels with this relatively small pull request ...

@schloerke
Copy link
Member Author

Please install with the code below and let me know how it works for you.

devtools::install_github("ggobi/ggally#266")

@tungttnguyen
Copy link

tungttnguyen commented Apr 23, 2018

@schloerke : looks like the problem I had is fixed
#263

@schloerke
Copy link
Member Author

@cpsievert work for you?

@cpsievert
Copy link
Contributor

yep

@schloerke
Copy link
Member Author

on it's way to cran

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

4 participants