Closed hfrick closed 4 months ago
This PR lets cli::cli_abort() throw the error instead of rlang::abort(), for the files initial_split.R and complement.R.
cli::cli_abort()
rlang::abort()
initial_split.R
complement.R
It uses cli's styling options and, for complement.default(), the pluralization feature.
complement.default()
This pull request has been automatically locked. If you believe you have found a related problem, please file a new issue (with a reprex: https://reprex.tidyverse.org) and link to this issue.
This PR lets
cli::cli_abort()
throw the error instead ofrlang::abort()
, for the filesinitial_split.R
andcomplement.R
.It uses cli's styling options and, for
complement.default()
, the pluralization feature.