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

Resolve tidyselect deprecation warnings #153

Open
Bisaloo opened this issue Jul 17, 2024 · 0 comments
Open

Resolve tidyselect deprecation warnings #153

Bisaloo opened this issue Jul 17, 2024 · 0 comments
Labels

Comments

@Bisaloo
Copy link
Member

Bisaloo commented Jul 17, 2024

When running tests, I see many:

Using an external vector in selections was deprecated in tidyselect 1.1.0.
i Please use `all_of()` or `any_of()` instead.
  # Was:
  data %>% select(target_columns)

  # Now:
  data %>% select(all_of(target_columns))

Could you look into these please?

@Bisaloo Bisaloo added the upkeep label Jul 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant