R/onAttach.R

Defines functions .onAttach

.onAttach<-function(libname, pkgname){
  packageStartupMessage("\n", appendLF = FALSE)
  packageStartupMessage("Report issues at https://github.com/barcaroli/SamplingStrata/issues", appendLF = FALSE)
  packageStartupMessage("\n", appendLF = FALSE)
  packageStartupMessage("Get a complete documentation on https://barcaroli.github.io/SamplingStrata", appendLF = FALSE)
  packageStartupMessage("\n", appendLF = FALSE)
}


      

Try the SamplingStrata package in your browser

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

SamplingStrata documentation built on Nov. 16, 2022, 1:08 a.m.