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 vec_expand_grid() #1470

Merged
merged 4 commits into from Jan 23, 2023

Conversation

DavisVaughan
Copy link
Member

@DavisVaughan DavisVaughan commented Jan 19, 2023

We can wait to merge until after vctrs is on CRAN.

vec_expand_grid() doesn't splice unnamed data frames. It requires all inputs to be named. So this requires a little tweaking to account for that.

I really don't know if splicing unnamed data frames is a particularly useful feature, so I tried to be more conservative in vec_expand_grid() and didn't allow that for now. I think it makes the vec_expand_grid() implementation simpler since this is a feature I don't feel particularly strongly about.

  • Bump vctrs version and remove Remote

@DavisVaughan DavisVaughan merged commit 7d37112 into tidyverse:main Jan 23, 2023
@DavisVaughan DavisVaughan deleted the feature/vec-expand-grid branch January 23, 2023 14:44
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.

None yet

1 participant