R/zzz.R

Defines functions .onLoad

# R/zzz.R

.onLoad <- function(libname, pkgname) {
  if (getRversion() >= "2.15.1") {
    utils::globalVariables(c("_MLFApackage_MLFA", "res_MLFA2", "variable", "value", "Iteration"))
  }
}

Try the MixLFA package in your browser

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

MixLFA documentation built on Oct. 17, 2024, 5:08 p.m.