Generates a (package) startup message. Contrary to packageStartupMessage(), this method does not output a message when library()/require() is called with argument quietly=TRUE.

# Default S3 method
pkgStartupMessage(..., quietly=NA)

Arguments

...

Arguments passed to packageStartupMessage().

quietly

If FALSE, the message is outputted, otherwise not. If NA, the message is not outputted if library() (or require()) was called with argument quietly=TRUE.

Value

Returns nothing.

Author

Henrik Bengtsson

See also