Nothing
.onAttach <- function(libname, pkgname)
{
f <- read.dcf(file.path(libname, pkgname, "DESCRIPTION"),
c("Version", "Date"))
packageStartupMessage('Successfully loaded changepoint package version ',
f[1,1],'\n WARNING: From v.2.3 the default method in cpt.* functions has changed from AMOC to PELT.',
'\n See NEWS for details of all changes.')
}
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.