| condition_message_linter {lintr} | R Documentation |
stop(paste0(...)) is strictly redundant – stop(...) is equivalent.
stop(...) is also preferable to stop(paste(...)). The same applies to
all default condition functions, i.e., stop(), warning(), message(),
and packageStartupMessage().
condition_message_linter()
linters for a complete list of linters available in lintr.