R/globals.R

utils::globalVariables(
  c(
    # toxScores
    "fmt_name",

    # toxSummary
    "baseline",

    # toxFigures
    "grade_comp", "grade_item", "arm","bar_lab_opt",

    # toxAUC
    ".data", "x1", "x2", "y1", "y2",

    # toxTables
    "base_val", "max_val", "bl_adjusted", "max_post_bl", "max"
  )
)

Try the ProAE package in your browser

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

ProAE documentation built on Oct. 22, 2024, 1:06 a.m.