R/onLoad.R

Defines functions .onLoad

.onLoad <- function(libname, pkgname) {
  cat(paste0("Welcome to the '", pkgname, "' package. Please see https://github.com/nikola-sur/goodGLM for information on how to cite this package."))
}
nikola-sur/goodGLM documentation built on Feb. 19, 2024, 10:22 a.m.