R/zzz.R

Defines functions .onAttach .onLoad

.onLoad <- function(libname, pkgname) {
  
}

.onAttach <- function(libname, pkgname) {
  packageStartupMessage("This package is developed with R >= 4.1.0.", "\n",
                        "Please check the vignette file 'Introductory-to-Package.html' before using this package.")
}
Xuezhixing-Zhang/mlogit documentation built on Oct. 18, 2023, noon