We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Abort
Warn
{cli}
The text was updated successfully, but these errors were encountered:
add a few argument checking functions, see also #380
a3cb78b
@dajmcdon do we still need (1) if we're using checkmate?
checkmate
Sorry, something went wrong.
Possibly. Or, maybe 1 simply gets subsumed with 2.
Got it. I'm starting to notice a lot of hand-written arg validation functions like:
validate_version_bound <- function(version_bound, x, na_ok, version_bound_arg = rlang::caller_arg(version_bound), x_arg = rlang::caller_arg(version_bound)) {
I'm thinking we can replace these with checkmate calls.
dshemetov
Successfully merging a pull request may close this issue.
Abort
/Warn
plugins{cli}
and appropriate error messages.The text was updated successfully, but these errors were encountered: