Nothing
.onAttach <- function(libname, pkgname){
ssl <- sub("\\(.*\\)\\W*", "", curl_version()$ssl_version)
msg <- paste("Using libcurl", curl_version()$version, "with", ssl)
packageStartupMessage(msg)
}
.onLoad <- function(libname, pkgname){
assign("option_type_table", make_option_type_table(), environment(.onLoad))
}
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.