R/0-declare-global-variables.R

# ------------------------------------------------------------
# Declaring Global Variables:
# This is mostly for passing R CMD checks
# global variables that come from other dependent
# packages, or objects in the data/ directory
# Reference: https://github.com/tidyverse/magrittr/issues/29
# ------------------------------------------------------------
if ( getRversion() >= "2.15.1" )
utils::globalVariables(
  c(".",
    "n",
    "y",
    "delta",
    "KS",
    "SS",
    "Power",
    "power"
  )
)
stufield/power documentation built on June 1, 2025, 7:16 p.m.