You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 9, 2024. It is now read-only.
I don't have time to implement that, but I'd be happy to look at a PR. We'll probably have to keep the underscore functions in ggvis for a while before we can remove them.
We're trying to remove the
*_()
verbs fromdplyr
:tidyverse/dplyr#5573
tidyverse/dplyr#5592
Initially we'd just like to remove the fallbacks that call the underscore function, and then later we'll remove the underscore function altogether.
For example, we'd like to remove this:
but ggvis uses them, e.g.: https://github.com/rstudio/ggvis/blob/master/R/dplyr.R
Perhaps
ggvis
could instead define methods for the non underscore verbs instead ?The text was updated successfully, but these errors were encountered: