Nothing
.onAttach<-function(...){
# uses packageStartupMessage which can then be
# surpressed
version <- utils::packageVersion("mrds")
built <- utils::packageDescription("mrds",fields="Built")
hello <- paste0("This is mrds ",version,"\nBuilt: ",built)
packageStartupMessage(hello)
}
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.