.onAttach <- function(libname, pkgname) {
start_msg <- paste0("costverse::", pkgname, ". Copyright \U00A9 2023 by Technomics, Inc. Licensed under GPLv3.",
"\n\n",
"Run 'citation(\"", pkgname, "\")' for information on how to cite in your own work.")
packageStartupMessage(start_msg)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.