R/zzz.r

Defines functions .onAttach .onUnload

.onAttach <- function(libname, pkgname)
   packageStartupMessage("glmmEP 1.0 loaded.\nCopyright M.P. Wand and J.C.F. Yu 2019.\nFor details on the use of glmmEP, issue the command:\nglmmEPvignette()")

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

Try the glmmEP package in your browser

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

glmmEP documentation built on Oct. 30, 2019, 9:39 a.m.