Skip to content
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

Use vctrs instead of dplyr #758

Closed
hadley opened this issue Apr 16, 2020 · 3 comments · Fixed by #912
Closed

Use vctrs instead of dplyr #758

hadley opened this issue Apr 16, 2020 · 3 comments · Fixed by #912
Labels
feature a feature request or enhancement map 🗺️ vctrs ♣️

Comments

@hadley
Copy link
Member

hadley commented Apr 16, 2020

No description provided.

@hadley
Copy link
Member Author

hadley commented Aug 27, 2022

This involves replacing bind_rows()/bind_cols() with vec_cbind()/vec_rbind() and passing along all arguments.

@hadley
Copy link
Member Author

hadley commented Aug 27, 2022

Be sure to look into #376 and #838

hadley added a commit that referenced this issue Aug 28, 2022
Includes revdep check results

Fixes #758
@hadley
Copy link
Member Author

hadley commented Sep 2, 2022

Suggestion from @lionel- — deprecated map_dfr() and map_dfc() in favour of map_rbind() and map_cbind()

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature a feature request or enhancement map 🗺️ vctrs ♣️
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant