.onAttach <- function(...) {
pkgname <- "keyATM"
pd <- utils::packageDescription(pkgname);
packageStartupMessage(pkgname, " v", pd$Version,
" successfully loaded.",
"\n Papers, examples, resources, and other materials are at",
"\n https://shusei-e.github.io/keyATM/");
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.