-
Notifications
You must be signed in to change notification settings - Fork 2.1k
expr
must quote a symbol, scalar, or call
#2598
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
Comments
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Minimal reprex: library(ggplot2)
ggplot(mtcars, aes(mpg, cyl)) + aes(colour = NULL, linetype = NULL)
#> Error: `expr` must quote a symbol, scalar, or call |
Likely to be same root cause as #2599 Thanks for helping me to quickly narrow this down @batpigandme ! |
hadley
added a commit
that referenced
this issue
May 16, 2018
hadley
added a commit
that referenced
this issue
May 18, 2018
This old issue has been automatically locked. If you believe you have found a related problem, please file a new issue (with reprex) and link to this issue. https://reprex.tidyverse.org/ |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
brms, ChIPQC, soGGi, VWPre, zoo
@batpigandme can you make a minimal reprex here too please? soGGi looks like the easiest to start
The text was updated successfully, but these errors were encountered: