R/zzz.R

Defines functions .onAttach

.onAttach <- function(libname, pkgname) {
  options(hs_write_cache=getOption("hs_write_cache", FALSE))

  packageStartupMessage(paste0("hockeystick ", utils::packageVersion("hockeystick"),": Use hockeystick_cache_details() to view cached climate data.\n", "hockeystick ", utils::packageVersion("hockeystick"), ": Use hockeystick_update_all() to update and cache all climate data."))
}

Try the hockeystick package in your browser

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

hockeystick documentation built on April 3, 2025, 11:48 p.m.