# .onAttach <- function(libname, pkgname) {
# packageStartupMessage(costverse_logo(pkgname))
# }
.onAttach <- function(libname, pkgname) {
start_msg <- paste0("costverse::", pkgname, ". Copyright \U00A9 2024 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.