R/zzz.r

Defines functions .onAttach

.onAttach = function(libname, pkgname) {
  if (is.null(options()[["cder.timeout"]])) {
    options(cder.timeout = 30)
  }
}

Try the cder package in your browser

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

cder documentation built on March 7, 2023, 7:02 p.m.