######################################################################
#
# zzz.r
#
#
######################################################################
.onAttach <- function(lib, pkg){
info <- utils::packageDescription("AutoSULT")
packageStartupMessage(
paste('\nAutoSULT: version ', info$Version, ', created on ', info$Date, '\n', sep="")
)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.