R/onAttachMSG.R

Defines functions .onAttach

.onAttach <- function(libname, pkgname) {
  txt <- paste(c(paste("This is SESraster", utils::packageVersion("SESraster")),
                 "If you use SESraster, please cite in your publications. See:",
               # "To support our work, cite SESraster in your publications. See:",
               '  citation("SESraster")'), collapse="\n")
  packageStartupMessage(txt)
}

Try the SESraster package in your browser

Any scripts or data that you put into this service are public.

SESraster documentation built on Oct. 30, 2024, 9:16 a.m.