.onAttach <- function(libname, pkgname) {
info <- utils::packageDescription(pkgname);
packageStartupMessage(pkgname, " v", info$Version, " (",
info$Date, ") successfully loaded. See ?", pkgname, " for help.");
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.