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

Directly use column name in unnest_wider() calls #14

Merged

Conversation

DavisVaughan
Copy link
Contributor

Hi, I am working on improving the rectangling functions in tidyr, and your package came up in revdep checks, see tidyverse/tidyr#1200.

In particular, there are many usages of unlist(.data$col) where really you just needed to use .data$col. It is unfortunate that the previous behavior worked at all, but it is considered off-label and we don't support it.

This PR fixes those issues. It does not require dev tidyr, so this one could be merged and sent to CRAN without needing the new version of tidyr.

@vercel
Copy link

vercel bot commented Nov 8, 2021

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/saiemgilani/wehoop/D8T4Z6SLoTEYk4Uy2L2N3nNyh4NK
✅ Preview: https://wehoop-git-fork-davisvaughan-fix-unnest-wider-usage-saiemgilani.vercel.app

@saiemgilani
Copy link
Collaborator

You're a real hero in the field. Much obliged.

@saiemgilani saiemgilani merged commit dc4edaf into sportsdataverse:master Nov 8, 2021
@DavisVaughan DavisVaughan deleted the fix/unnest-wider-usage branch November 8, 2021 22:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants