R/onattach.R

Defines functions .onAttach

.onAttach = function(libname,pkgname) {

  packageStartupMessage("The rnoaa package will soon be retired and archived because the underlying APIs have changed dramatically. The package currently works but does not pull the most recent data in all cases. A noaaWeather package is planned as a replacement but the functions will not be interchangeable.")

  options(geonamesUsername = "schamber789")
  options(geonamesHost = "api.geonames.org")
}

Try the rnoaa package in your browser

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

rnoaa documentation built on April 27, 2023, 9:08 a.m.