Nothing
.onAttach <- function(lib, pkg) {
pkg.info <- drop(read.dcf(file = system.file("DESCRIPTION", package = "GeoModels"),
fields = c("Title", "Version", "Date")))
# Startup message
packageStartupMessage(paste("--------------------------------------------------------------\n",
pkg.info["Title"], "\n",
"For an Introduction to GeoModels, go to https://vmoprojs.github.io/GeoModels-page/\n",
paste("GeoModels version ", pkg.info["Version"],
" (built on ", pkg.info["Date"], ") is now loaded\n", sep = ""),
"--------------------------------------------------------------\n"))
}
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.