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
This issue is to be dealt with on Tidyverse developer day 2019. 🙏 don't submit pull requests for it outside of the event. We are of course interested in having this fixed, but much more interested in doing it as part of the developer day
identify uses of the deprecated function data_frame() in the dplyr codebase: code, docs, tests, vignette.
replace with uses of tibble()
Bonus: other 📦 might be using data_frame():
identify them, perhaps using gh to search github or maybe crandb
submit pull requests
The text was updated successfully, but these errors were encountered:
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/
lockbot
locked and limited conversation to collaborators
Jul 22, 2019
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
tidy-dev-day 🤓Tidyverse Developer Day rstd.io/tidy-dev-day
This issue is to be dealt with on Tidyverse developer day 2019. 🙏 don't submit pull requests for it outside of the event. We are of course interested in having this fixed, but much more interested in doing it as part of the developer day
data_frame()
in the dplyr codebase: code, docs, tests, vignette.tibble()
Bonus: other 📦 might be using
data_frame()
:gh
to search github or maybecrandb
The text was updated successfully, but these errors were encountered: