R/zzz.r

Defines functions .onLoad

#.First.lib <- function(lib, pkg)
#{
#    library.dynam("crrSC", pkg, lib)
#}

# use .onLoad instead of .First.lib 
.onLoad <- function(lib, pkg) {
  library.dynam("crrSC", pkg, lib)
}
#end of .onLoad

Try the crrSC package in your browser

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

crrSC documentation built on June 11, 2022, 1:05 a.m.