R/global_vars.R

# defining global variables and functions to appease R CMD Check

utils::globalVariables(
  names = c(
    ".",
    "bayes.factor",
    "bf10",
    "group1",
    "group2",
    "log_e_bf10",
    "p.value",
    ".f",
    ".fn",
    ".ns"
  ),
  package = "pairwiseComparisons",
  add = FALSE
)

Try the pairwiseComparisons package in your browser

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

pairwiseComparisons documentation built on June 2, 2021, 1:06 a.m.