R/global-vars.R

# defining global variables and functions to appease R CMD Check

utils::globalVariables(
  names = c(
    ".",
    "color",
    "fill",
    "fillLength",
    "linetype",
    "linetypeLength",
    "newPlotObject",
    "shape",
    "size",
    "newEnv"
  ),
  package = "tlf",
  add = FALSE
)
Open-Systems-Pharmacology/TLF-Library documentation built on Feb. 8, 2025, 11:22 a.m.