-
Notifications
You must be signed in to change notification settings - Fork 73
tidyeval #14
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
The |
As for tidyr, we can upgrade the tidyr calls one it's been updated to tidyeval, too. |
Ok, thanks. I guess it would be nice to have something like the roxygen2md package since a lot of code (in general) needs to be converted eventually but if you don't know of efforts towards that I will just do it manually, for |
Well anyways we probably want to wait until it is released on CRAN anyways... |
tidyr with tidyeval should be on CRAN by now, let's take another look. |
Well we've not used tidyr directly because of the dplyr dependency. They were ported from tidyr to the file |
Fine with the current state. |
select_(~xyz)
with the upcoming release of dplyr 0.6.0 and associated. Is it viarlang .data$xzy
, i.e.select(.data$xyz)
? I think we should aim for consitency and change it in a single commit or PR.@krlmlr maybe you can advise on that.
The text was updated successfully, but these errors were encountered: