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