R/zzz.R

Defines functions .onAttach

.onAttach <- function(...) {
  if (!interactive()) return()

    tip <- c(
      "The imgw package is deprecated and will be retiring soon. Please use the climate package instead. Learn more at https://github.com/bczernecki/climate."
    )

    packageStartupMessage(paste(strwrap(tip), collapse = "\n"))
}

Try the imgw package in your browser

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

imgw documentation built on March 26, 2020, 7:37 p.m.