R/init.R

Defines functions .onLoad

.onLoad <- function(libname, pkgname) {
    if (hasOMP()) setOMPThreads(parallel::detectCores())
    setSITMOSeeds(runif(1))
}

Try the CautiousLearning package in your browser

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

CautiousLearning documentation built on July 18, 2019, 5:04 p.m.