R/onAttach.R

Defines functions .onAttach

.onAttach <- function(libname, pkgname) {
  if (!checkOMP()) warning("OpenMP not available. For full performance, please compile for your platform with OpenMP flags enabled or (slower) pass a function (e.g., cmfilter:::prodCoef) to the decisionFunction arg in cmf().")
}
vankesteren/cmfilter documentation built on April 6, 2023, 3:40 a.m.