consecutive_stopifnot_linter {lintr} | R Documentation |
stopifnot()
accepts any number of tests, so sequences like
stopifnot(x); stopifnot(y)
are redundant.
consecutive_stopifnot_linter()
consistency, readability, style
linters for a complete list of linters available in lintr.