R/zzz.r

Defines functions .onUnload .onAttach

.onAttach <- function(libname, pkgname)
   packageStartupMessage("densEstBayes 1.0 loaded.\nCopyright M.P. Wand 2020.\nFor details on the use of densEstBayes, issue the command:\ndensEstBayesVignette()")

.onUnload <- function(libpath)
    library.dynam.unload("densEstBayes",libpath)

Try the densEstBayes package in your browser

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

densEstBayes documentation built on March 31, 2023, 11:52 p.m.