Closed hadley closed 6 years ago
@lionel- did you look at either of the currently unchecked boxes?
I don't think so, would you like me to?
Yeah, it’d be helpful to spend an hour or two on, in total.
Sure thing, will do tomorrow morning.
The tryapply()
seems to have been there from the start of revision history:
https://github.com/tidyverse/ggplot2/commit/6198457400c66d0774006c75353a1e7f1dd2806a#diff-70a17f07da991e42a800284db537be0aR106. You probably used it just to be on the safe side? It seems to make sense to just evaluate plainly though.
subset
appears to have stopped working with the 2.0 rewrite: https://stackoverflow.com/questions/34588232/subset-parameter-in-layers-is-no-longer-working-with-ggplot2-2-0-0/34588455#34588455
Ok, I'll remove subset
argument since it's clearly been broken for a while, and tryapply()
since it no longer seems necessary.
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/
Work occurring in tidyeval branch
Need to figure out how to represent facetting spec using quosures
Small fixes :