use_tidy_labels()
has been replaced byuse_tidy_github_labels()
.use_tidy_ci()
has been replaced byuse_tidy_github_actions()
.use_tidy_eval()
is defunct 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, useuse_import_from()
to tactically import functions as you need them.