Nothing
.onAttach <- function(...) {
if (!interactive()){return()}
the_startup_message<-paste(sep="",
"This is BenfordTests version ",utils::packageVersion("BenfordTests"),".\n",
"Academic users, please be sure to use: citation(\"BenfordTests\").\n",
"Feel free to contact the Maintainer about liscensing, feature requests, etc.\n",
"Use suppressPackageStartupMessages to eliminate package startup messages.")
packageStartupMessage(the_startup_message)
}
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.