Nothing
.onAttach <- function(libname, pkgname) {
v <- getNamespaceVersion("oHMMed")
packageStartupMessage(paste0("oHMMed ", v, " loaded"))
packageStartupMessage("For more information please visit: ")
packageStartupMessage("https://lynettecaitlin.github.io/oHMMed/")
}
.onDetach <- function(libpath) {
rule <- paste0(rep("=", getOption("width")), collapse = "")
packageStartupMessage(rule)
packageStartupMessage("Thank you for using the oHMMed package!")
packageStartupMessage(rule)
}
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.