Nothing
.onAttach <- function(libname, pkgname) {
msg <- paste0(
"coda.pack ", utils::packageVersion(pkgname), "\n",
"Attached packages: coda.base, coda.plot\n",
"Development packages can be installed with install_coda_dev()\n",
"Installed coda ecosystem packages can be updated with update_coda_packages()"
)
packageStartupMessage(msg)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.