R/zzz.r

Defines functions .onUnload .onAttach

.onAttach <- function(libname, pkgname)
   packageStartupMessage("curvHDR 1.0 loaded.\nCopyright M.P. Wand, G. Luta and U. Naumann 2018.\nFor details on the use of curvHDR, issue the command:\ncurvHDRvignette()")

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

Try the curvHDR package in your browser

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

curvHDR documentation built on May 31, 2023, 5:50 p.m.