R/preamble.R

Defines functions .onUnload .onAttach

.onAttach <- function(...) {
  # Begin Exclude Linting
  greet <- paste("# This research was partially supported under NSF grants 1463642 and 1915277")
  packageStartupMessage(greet)
  # End Exclude Linting
}

.onUnload <- function(libpath) {
  library.dynam.unload("smerc", libpath)
}

Try the smerc package in your browser

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

smerc documentation built on Oct. 10, 2023, 5:07 p.m.