Skip to contents

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().

Usage

condition_message_linter()

See also

linters for a complete list of linters available in lintr.