R/global.R

# R CMD check will generate NOTE(s) with message 'no visible binding for
# global variable xyz'. Adding this 'xyz' variable to this file will remove
# this note. See `?globalVariables` for more information.
globalVariables(c(
  "_unit",
  "auto",
  "name",
  "PARAMCD",
  "where" # this entry should be moved to @importFrom tidyselect once we use tidyselect 1.2.0
))

Try the admiraldev package in your browser

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

admiraldev documentation built on June 26, 2025, 1:09 a.m.