R/zzz.R

Defines functions .onAttach

.onAttach <- function(lib, pkg) {
  if (interactive()) {
    ver <- read.dcf(file.path(lib, pkg, "DESCRIPTION"), "Version")
    msg <- "USGS Research Package: https://owi.usgs.gov/R/packages.html#research"
    packageStartupMessage(paste(strwrap(msg), collapse = "\n"))
  }
  invisible()
}

Try the inlcolor package in your browser

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

inlcolor documentation built on May 29, 2024, 1:41 a.m.