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