R/zzz.R

Defines functions .onLoad

.onLoad <- function(libname, pkgname) {

  # Make R check happy when resources are used
  utils::globalVariables(
    c("parm_lib", "pdForm_lib", "labelunit_lib", "rv_lib", "scaling",
      "template_nonmem", "template_mrgsolve", "template_bm", "model_lib",
      "Action", "Center", "Covariate", "Flags", "Function", "Functional form",
      "Initial", "SourceParam", "Parameter", 'Stage', 'Step', "Type", "combo", "name"
      )
  )

}

Try the pmxcode package in your browser

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

pmxcode documentation built on Oct. 19, 2024, 5:07 p.m.