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

Closed
Bisaloo opened this issue Jul 17, 2024 · 0 comments · Fixed by #206
Closed

Resolve tidyselect deprecation warnings #153

Bisaloo opened this issue Jul 17, 2024 · 0 comments · Fixed by #206
Assignees
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
@Karim-Mane Karim-Mane self-assigned this Feb 6, 2025
@Karim-Mane Karim-Mane moved this to Todo in cleanepi Feb 6, 2025
@Karim-Mane Karim-Mane linked a pull request Feb 6, 2025 that will close this issue
@Karim-Mane Karim-Mane removed a link to a pull request Feb 6, 2025
@Karim-Mane Karim-Mane linked a pull request Feb 6, 2025 that will close this issue
@github-project-automation github-project-automation bot moved this from Todo to Done in cleanepi Feb 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants