Nothing
.onAttach <- function(lib, pkg) {
ver <- read.dcf(file=system.file('DESCRIPTION', package = pkg), fields = 'Version')
packageStartupMessage(paste0('This is ', pkg, ' ', ver, '.'))
packageStartupMessage(paste0('Potential back-incompatible changes starting starting with omnibus 1.2.12:'))
packageStartupMessage(paste0('* mergeLists() now uses `...` as arguments, not `list1` and `list2`.'))
}
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.