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

Deprecate usage of 1 column matrices in filter() #6472

Merged
merged 3 commits into from
Sep 21, 2022

Conversation

DavisVaughan
Copy link
Member

Closes #6091

Went with deprecate_warn() rather than deprecate_soft() because filtering by a 1 column matrix should be sufficiently rare enough that we can skip a step in the deprecation process.

@DavisVaughan DavisVaughan merged commit 15ab8b2 into tidyverse:main Sep 21, 2022
@DavisVaughan DavisVaughan deleted the feature/matrix-deprecation branch September 21, 2022 13:55
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.

Deprecate support for filter(, <matrix with 1 column>)
2 participants