R/zzz.R

Defines functions .onLoad

# Package startup hook.
#
# Avoid changing process-wide preferences (such as OMP_THREAD_LIMIT) at load time.
.onLoad <- function(libname, pkgname) {
  invisible(NULL)
}

Try the ldmppr package in your browser

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

ldmppr documentation built on March 3, 2026, 9:06 a.m.