pkgStartupMessage.RdGenerates 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 passed to packageStartupMessage().
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.
Returns nothing.