Skip to content

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

Closed
hadley opened this issue May 15, 2018 · 6 comments
Closed

expr must quote a symbol, scalar, or call #2598

hadley opened this issue May 15, 2018 · 6 comments
Labels
bug an unexpected problem or unintended behavior wip work in progress
Milestone

Comments

@hadley
Copy link
Member

hadley commented May 15, 2018

brms, ChIPQC, soGGi, VWPre, zoo

@batpigandme can you make a minimal reprex here too please? soGGi looks like the easiest to start

@hadley hadley added the bug an unexpected problem or unintended behavior label May 15, 2018
@hadley hadley added this to the v2.3.0 milestone May 15, 2018
@batpigandme

This comment has been minimized.

@batpigandme

This comment has been minimized.

@batpigandme

This comment has been minimized.

@hadley
Copy link
Member Author

hadley commented May 15, 2018

Minimal reprex:

library(ggplot2)
ggplot(mtcars, aes(mpg, cyl)) + aes(colour = NULL, linetype = NULL) 
#> Error: `expr` must quote a symbol, scalar, or call

@hadley
Copy link
Member Author

hadley commented May 15, 2018

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 hadley added the wip work in progress label May 16, 2018
hadley added a commit that referenced this issue May 18, 2018
@lock
Copy link

lock bot commented Nov 14, 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/

@lock lock bot locked and limited conversation to collaborators Nov 14, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug an unexpected problem or unintended behavior wip work in progress
Projects
None yet
Development

No branches or pull requests

2 participants