Nothing
.onAttach <- function(libname, pkgname) {
RFver <- read.dcf(file=system.file("DESCRIPTION", package=pkgname),
fields="Version")
packageStartupMessage(paste0("Package: ", pkgname, ", Version: ", RFver))
packageStartupMessage("Metropolis-Hastings MCMC using Stochastic Newton Sampler")
packageStartupMessage("Scientific Computing Group, Sentrana Inc. &")
packageStartupMessage("Imperial College London")
}
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.