This is a collection issue I'll use to keep track of all the {cli} based changes that is going to happen over the next couple of months. ## Infrastructure - `check_new_data()` https://github.com/tidymodels/recipes/pull/1014 (old) - `check_type()` https://github.com/tidymodels/recipes/pull/1235 - `recipes_eval_select()` https://github.com/tidymodels/recipes/pull/1238 - `check_name()` https://github.com/tidymodels/recipes/pull/1240 - `get_keep_original_cols()` https://github.com/tidymodels/recipes/pull/1241 - case weights functions https://github.com/tidymodels/recipes/pull/1242 - `check_nominal_type()` https://github.com/tidymodels/recipes/pull/1245 - smaller functions in `formula.R` and `misc.R` https://github.com/tidymodels/recipes/pull/1244 - roles functions in `roles.R` https://github.com/tidymodels/recipes/pull/1246 - everything in `recipe.R` https://github.com/tidymodels/recipes/pull/1251 - everything non-`abort()` https://github.com/tidymodels/recipes/pull/1264 ## Steps - https://github.com/tidymodels/recipes/pull/1255 - https://github.com/tidymodels/recipes/pull/1262
This is a collection issue I'll use to keep track of all the {cli} based changes that is going to happen over the next couple of months.
Infrastructure
check_new_data()New data checks #1014 (old)check_type()switch check_type() to use cli package #1235recipes_eval_select()switch to cli abort in recipes_eval_select() #1238check_name()fix typos in check_name() #1240get_keep_original_cols()use cli in get_keep_original_cols() #1241check_nominal_type()use cli in check_nominal_type() #1245formula.Randmisc.Rswitch to cli in various functions #1244roles.Ruse cli in roles functions #1246recipe.Ruse cli for all recipe.R functions #1251abort()Cli last edits #1264Steps