#' @importFrom utils packageVersion
.onAttach <- function(libname, pkgname = "migbirdHIP") {
version <- packageVersion(pkgname)
season <- names(REF_RELEASES[REF_RELEASES == version])
packageStartupMessage("migbirdHIP", " v", version,
"\nCompatible with ", season, " HIP data")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.