R/zzz.r

Defines functions .onUnload .onAttach

.onAttach <- function(libname, pkgname)
   packageStartupMessage("gamselBayes 2.0 loaded.\nCopyright V.X. He and M.P. Wand 2023.\nFor details on the use of gamselBayes, issue the command:\ngamselBayesVignette()")

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

Try the gamselBayes package in your browser

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

gamselBayes documentation built on June 8, 2025, 10:21 a.m.