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", "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 June 22, 2024, 9:33 a.m.