R/zzz.R

Defines functions .onAttach

#' @export

.onAttach <- function(libname, pkgname) {
  packageStartupMessage("Welcome to LivingNorwayR for more information
  about the project see https://livingnorway.no/.
  If you have any problems please submit an issue
                        at https://github.com/LivingNorway/LivingNorwayR")
}
LivingNorway/LivingNorwayR documentation built on Jan. 11, 2024, 5:07 a.m.