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 Oct. 17, 2023, 5:07 p.m.