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

update deprecated dplyr calls #41

Open
mikabr opened this issue Jul 8, 2024 · 0 comments
Open

update deprecated dplyr calls #41

mikabr opened this issue Jul 8, 2024 · 0 comments

Comments

@mikabr
Copy link
Member

mikabr commented Jul 8, 2024

In get_instrument_data():

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

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

See <https://tidyselect.r-lib.org/reference/faq-external-vector.html>.
This warning is displayed once every 8 hours.
Call `lifecycle::last_lifecycle_warnings()` to see where this warning was generated. 

There are probably other as well.

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

No branches or pull requests

1 participant