R/zzz.R

.onLoad <- function (lib, pkg) {
    library.dynam("rlecuyer", pkg, lib)
    .lec.init()
}

.onUnload <- function (libpath) {
  .lec.exit()
  library.dynam.unload("rlecuyer", libpath)
}

Try the rlecuyer package in your browser

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

rlecuyer documentation built on March 31, 2023, 5:54 p.m.