R/zzz.R

Defines functions .onAttach

.onAttach <- function(lib, pkg){
  Sys.setenv(TZ='UTC')
  packageStartupMessage('Time Zone set to UTC.\n')
}

Try the solaR package in your browser

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

solaR documentation built on May 2, 2019, 6:07 p.m.