Skip to content

[Deprecated]

  • use_tidy_eval() is deprecated because there's no longer a need to systematically import and re-export a large number of functions in order to use tidy evaluation. Instead, use use_import_from() to tactically import functions as you need them.

  • use_tidy_style() is deprecated because tidyverse packages are moving towards the use of Air for formatting. See use_air() for how to start using Air. To continue using the styler package, see styler::style_pkg() and styler::style_dir().

Usage

use_tidy_eval()

use_tidy_style(strict = TRUE)