Block usage of all() within stopifnot()
+ Source:R/stopifnot_all_linter.R
+ stopifnot_all_linter.Rd
stopifnot(A)
actually checks all(A)
"under the hood" if A
is a vector,
+and produces a better error message than stopifnot(all(A))
does.
See also
+linters for a complete list of linters available in lintr.