.onAttach = function(...) {
hints = c(
"Life's short, use R."
)
curr_hint = sample(hints, 1)
packageStartupMessage(paste0("\n", curr_hint, "\n"))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.