Nothing
".onAttach" <- function(lib, pkg) {
mylib <- dirname(base::system.file(package = pkg))
title <- packageDescription(pkg, lib.loc = mylib)$Title
ver <- packageDescription(pkg, lib.loc = mylib)$Version
packageStartupMessage(pkg, ": ", title, "\nVersion: ", ver, "\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.