.onLoad <- function(libname, pkgname) {
options("rgdal_show_exportToProj4_warnings"="none")
}
.onAttach <- function(libname, pkgname) {
options(timeout = max(3000, getOption("timeout")))
}
# Define global variables
utils::globalVariables(
c("stationstarttime", "stationstartdate", "preferredagereading","commonname",
"cruise", "gear", "missionid", "missiontypename", "platformname",
"serialnumber", "startyear", "icesarea", "stationstopdate", "stationstoptime",
"longitudestart", "latitudestart", "description", "cruiseseriescode",
"timestart", "timeend", "..ints", "name", "cruiseSeriesList", "cruise_series",
"ICESareas", "gearcategory", "area", "gearList", "icesAreas", "filesize",
"language", "numberofreads", "catchpartnumber", "catchsampleid", "platform",
"specimenid", ".", "con_db")
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.