R/zzz.R

# CRAN Note avoidance


if (getRversion() >= "2.15.1")
  utils::globalVariables(
    c(
      # Suppress checking notes for variables loaded at runtime from .RData files
      "p", "s", "base_faces", "stimuli_params", "img_size", "base_face_files", "n_trials", "seed", "noise_type", "reference_norms",

      # Suppress checking notes for variables in foreach loop (parallel runs)
      "obs"
      )
  )
rdotsch/rcicr documentation built on Feb. 5, 2023, 10:15 p.m.