.onAttach <- function(lib, pkg) {
if(interactive())
packageStartupMessage(
"This is vegan ",
utils::packageDescription("vegan", fields="Version"),
appendLF = TRUE)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.