R/welcome.R

Defines functions .onAttach

.onAttach <- function(lib, pkg)  {
  packageStartupMessage("Package 'meteoland' [ver. ",
                        utils::packageDescription("meteoland",
                                                  fields="Version"),"]",
                        appendLF = TRUE)
}

Try the meteoland package in your browser

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

meteoland documentation built on May 29, 2024, 6:26 a.m.