.onAttach = function(lib, pkg) {
msg = c(paste0(
"Thanks for installing personfiles ",
utils::packageVersion("personfiles")),".",
"\nMake your first file of the person you last saw!")
packageStartupMessage(msg)
invisible()
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.