R/zzz.R

Defines functions .onLoad

.onLoad <- function(libname, pkgname) {
    if (is.null(getOption("jdc_thresholds"))) {
        set_thresholds()
    }
}

Try the JDCruncheR package in your browser

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

JDCruncheR documentation built on Aug. 8, 2025, 7:48 p.m.