fix problems during ribbon data sort#3235
Conversation
|
I vaguely recall that sometimes there are cases where a variable doesn't make it into Is this applicable here? |
|
it seems to be dealing with the same problem... For this specific instance I can't see how/why one would provide both a constant But if you feel strongly about it I'll adopt your approach |
|
I don't have a strong opinion of how it should be coded. However, I think there are 4 distinct cases that should work, and you can verify whether they all do:
The error message implies that |
|
The error says either so at least one of them must be given in |
clauswilke
left a comment
There was a problem hiding this comment.
You could consider adding a period at the end of the error message. Otherwise LGTM.
|
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/ |
reverse dependency check picked up an issue with the new sorting of
geom_ribbon()insetup_data(). Whenyminis set outsideaes()it would fail as it wouldn't have access to the variable at setup time. This PR mitigates that.