.onAttach <- function(...) {
pkgName <- "LtAtStructuR"
packageStartupMessage(paste0(
pkgName,
" v",
utils::packageDescription(pkgName)$Version,
": ",
utils::packageDescription(pkgName)$Title
))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.