## Echo a message when loading the package
.onAttach <- function(...) {
# echo output to screen
packageStartupMessage("##\n## mvMORPH package (1.2.1)")
packageStartupMessage("## Multivariate evolutionary models")
packageStartupMessage("##\n## See the tutorials: browseVignettes(\"mvMORPH\")")
packageStartupMessage("##\n## To cite package 'mvMORPH': citation(\"mvMORPH\")\n##")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.