R/0-declare-global-variables.R

# --------------------------- #
# Declaring Global Variables:
# This is mostly for passing R CMD checks
# global variables that come from other dependant
# packages, or objects in the 'data/' directory
# Reference: https://github.com/tidyverse/magrittr/issues/29
# ---------------------------------------------------------- #
if ( getRversion() >= "2.15.1" )
utils::globalVariables(
  c(".",
    "AptName",
    "array_id",
    "blank_col",
    "ColCheck",
    "Dilution",
    "eLOD",
    "feature",
    "Group",
    "GroupCount",
    "Normalization Scale Factor",
    "Organism",
    "prefix",
    "Response",
    "RowCheck",
    "rn",
    "SampleId",
    "SampleType",
    "SeqId",
    "seqid",
    "SubjectCount",
    "SubjectId",
    "TargetFullName",
    "Type",
    "value",
    "Value"
  )
)

Try the SomaDataIO package in your browser

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

SomaDataIO documentation built on June 8, 2025, 10:13 a.m.