You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At present the package uses a mixture of base R (e.g. stop()), {rlang} (abort()) and {cli} (cli_abort()). I suggest we choose one and stick with it. I propose {cli}.
At present the package uses a mixture of base R (e.g.
stop()), {rlang} (abort()) and {cli} (cli_abort()). I suggest we choose one and stick with it. I propose {cli}.