tidytab icon indicating copy to clipboard operation
tidytab copied to clipboard

Deprecated use of .data in tidyselect expressions

Open fkohrt opened this issue 2 years ago • 3 comments

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]]`

fkohrt avatar Mar 09 '23 19:03 fkohrt

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.

gvelasq avatar Mar 12 '23 05:03 gvelasq

Would you be interested in filing a PR?

Not right now I'm afraid, too many other things on the plate...

fkohrt avatar Mar 12 '23 13:03 fkohrt

Related: https://github.com/gvelasq/tidytab/issues/11

gvelasq avatar Apr 14 '24 23:04 gvelasq