-
-
Notifications
You must be signed in to change notification settings - Fork 51
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
tidy_dir reformats !! to !(!()) #75
Comments
yihui
added a commit
to yihui/yihui.org
that referenced
this issue
Dec 7, 2017
My reply would be the same as in #53... Please read Section 6 in the doc: https://yihui.name/formatr/ |
Oh, yes, I see that this is a known issue. I like tidy_* much more than enquo, so I just refactored to avoid enquo / !! |
Haha, thanks! |
I'm not sure when base R made the change, but |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This happens when you use the new dplyr syntax !!(x) to un-enquo something.
The text was updated successfully, but these errors were encountered: