R/zzz.R

Defines functions .onAttach

.onAttach <- function(libname, pkgname) {
  # Runs when attached to search() path such as by library() or require()
  if (!interactive()) {
    return(invisible())
  }

  v <- utils::packageVersion("sgsR")
  packageStartupMessage("sgsR v", v, ". Bug report on <github.com/tgoodbody/sgsR/issues>.")
}

Try the sgsR package in your browser

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

sgsR documentation built on May 29, 2024, 4:59 a.m.