usethis icon indicating copy to clipboard operation
usethis copied to clipboard

Reconsider `use_tidy_eval()`

Open hadley opened this issue 1 year ago • 1 comments

It's no longer necessary since in most cases you don't need to use any rlang functions.

@lionel-

hadley avatar Jul 26 '22 13:07 hadley

FWIW, for the "Building Tidy Tools" course, we ended up doing:

usethis::use_import_from("rlang", c(".data", ".env"))
usethis::use_import_from("rlang", ":=") # later on

ijlyttle avatar Aug 01 '22 11:08 ijlyttle