Closed cjyetman closed 2 weeks ago
We currently use a combination of cli::cli_abort(), rlang::abort(), and stop()
cli::cli_abort()
rlang::abort()
stop()
We currently use a combination of
cli::cli_abort()
,rlang::abort()
, andstop()