.onAttach <- function(libname, pkgname) {
msg <- paste("/---------------------------------------------\\",
"| SAMPLE COG DATA |",
"|---------------------------------------------|",
"| Data obtained from https://www.orthodb.org/ |",
"| This package is meant to be used only for |",
"| demonstration of the geneplast package. |",
"|---------------------------------------------|",
"| The contents of this package are provided |",
"| in good faith and the maintainer does not |",
"| warrant their accuracy. |",
"\\---------------------------------------------/",
sep="\n")
packageStartupMessage(msg)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.