R/zzz.R

Defines functions .onLoad

# Loading package info, set threads to 1 for CRAN submission acceptance

.onLoad <- function(libname, pkgname) {
  # CRAN OMP THREAD LIMIT
  Sys.setenv("OMP_THREAD_LIMIT" = 1)
}

Try the fedmatch package in your browser

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

fedmatch documentation built on April 3, 2025, 7:40 p.m.