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