R/zzz.R

Defines functions .onLoad

.onLoad <- function(libname, pkgname)
{
    if(is.null(getOption("dotCall64.verbose", NULL)))
        options("dotCall64.verbose" = 0L)
}

Try the dotCall64 package in your browser

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

dotCall64 documentation built on May 29, 2024, 5:39 a.m.