R/globals.R

# Hack solution to silence the R CMD check note about
# 'no visible binding for global variable ...'
utils::globalVariables(
  c(
    "redacted",
    ".level",
    ".level2",
    ".level1",
    "n",
    "prop",
    "summary_catcat",
    ".",
    "n_miss",
    "prop_miss",
    "variable_num",
    ".variable_cat",
    ".redacted_name1",
    ".redacted_name2",
    ".variable_num",
    "N",
    "N_miss",
    "N_obs",
    "cml.censor",
    "cml.event",
    "col_name",
    "conf.high",
    "conf.low",
    "default_locale",
    "df_stats",
    "display",
    "downloaded_at",
    "estimate",
    "id",
    "if_else",
    "label",
    "n.censor",
    "n.event",
    "n.risk",
    "n_events",
    "n_nonmiss",
    "name",
    "redact_n",
    "row_type",
    "surv",
    "surv.ll",
    "surv.ul",
    "surv_obj",
    "surv_obj_tidy",
    "value",
    "var_class",
    "var_label",
    "var_type",
    "variable",
    "variable_levels"
  )
)
wjchulme/osutils documentation built on Dec. 20, 2024, 9:56 a.m.