R/zzz.R

Defines functions .onAttach

.onAttach <- function( lib, pkg ) {
   packageStartupMessage(
      paste0( "\nIf you have questions, suggestions, or comments ",
         "regarding one of the 'micEcon' packages, ",
         "please use a forum or 'tracker' at micEcon's R-Forge site:\n",
         "https://r-forge.r-project.org/projects/micecon/"),
      domain = NULL,  appendLF = TRUE )
}

Try the micEconSNQP package in your browser

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

micEconSNQP documentation built on Feb. 11, 2020, 3 p.m.