tidymodels / dials

Tools for creating tuning parameter values
https://dials.tidymodels.org/
Other
111 stars 26 forks source link

Switch from `rlang::abort()` in `parameters.R`, `grids.R` and `misc.R` #351

Open EmilHvitfeldt opened 2 days ago

EmilHvitfeldt commented 2 days ago

Ref: https://github.com/tidymodels/dials/issues/311

This PR changes rlang::abort() to cli::cli_abort() in parameters.R, grids.R and misc.R.

EmilHvitfeldt commented 1 day ago

I went in add added the missing tests where i could find them