R/zzz.R

Defines functions .onAttach

#zzz.R

.onAttach <- function(...) {
    result <- .C("checkopenmp", numthread=as.integer(0))
    packageStartupMessage("OpenMP installed.\nNumber of threads = ", 
        result$numthread)
}

Try the DeMixT package in your browser

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

DeMixT documentation built on Nov. 8, 2020, 6:41 p.m.