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().")
}

Try the cmfilter package in your browser

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

cmfilter documentation built on April 11, 2019, 5:07 p.m.