Nothing
.onAttach <- function(...) {
mylib <- dirname(system.file(package = "arm"))
ver <- packageDescription("arm", lib.loc = mylib)$Version
builddate <- packageDescription("arm", lib.loc = mylib)$Date
packageStartupMessage(paste("\narm (Version ", ver, ", built: ", builddate, ")\n", sep = ""))
packageStartupMessage("Working directory is ", getwd(), "\n")
}
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.