Nothing
.onAttach <- function(lib, pkg) {
version <- read.dcf(file.path(lib, pkg, "DESCRIPTION"),"Version")
packageStartupMessage(paste("\n",pkg["name"],": ",version,sep = ""))
msg <- paste(
r"( _)",
r"( _ _ _ _ _ _ _ _ | | _ _ _ _)",
r"(| _ _ | / _ _ _\ | |_ _ _ / _ _ _\)",
r"(| | | | / / | _ _ | / /)",
r"(| |_ _| | \ \ _ _ _ | | | | \ \ _ _ _ )",
r"(| _ _ _| \_ _ _ _ / |_| |_| \_ _ _ _ /)",
r"(| |)",
r"(|_|)",
sep="\n")
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.