-
Notifications
You must be signed in to change notification settings - Fork 2.1k
sec_axis seems to break with tidy evaluation #2788
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
I've been working on other bugs and features in the secondary axis, so I had a pretty good sense where this was coming from and created a hasty fix this morning with a simple switch in evaluation functions. I need to do due diligence to ensure this isn't breaking anything else, and is an appropriate and general fix but otherwise will write up a PR later this week, hopefully along with some other |
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/ |
I am trying to add a transformed secondary axis in a function which is using quasiquotations, but
sec_axis
errors saying that it can't find one of the quoted variables. This only happens when changingtrans
from its default~.
. For example,dup_axis
works fine. reprex included below.The text was updated successfully, but these errors were encountered: