tidytab
tidytab copied to clipboard
Deprecated use of .data in tidyselect expressions
withr::with_options(
list(lifecycle_verbosity = "error"),
tidytab::tab(letters[23:26])
)
gives
Error:
! Use of .data in tidyselect expressions was deprecated in tidyselect 1.2.0.
ℹ Please use `all_of(var)` (or `any_of(var)`) instead of `.data[[var]]`
Thank you for pointing this out. Would you be interested in filing a PR? I believe the way I initially implemented tidyselect helpers in #3 may no longer be best practice.
Would you be interested in filing a PR?
Not right now I'm afraid, too many other things on the plate...
Related: https://github.com/gvelasq/tidytab/issues/11