-
Notifications
You must be signed in to change notification settings - Fork 72
Closed
Description
- I was wondering how we aim to replace standard evaluation functions like
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. - In addition, I think we need to consider that not all packages from the tidyverse support tidyeval yet, e.g. see this PR for tidyr. I could not find out when that will be the case. Hence, the question is when the ideal point of transition is.
@krlmlr maybe you can advise on that.