R/globals.R

## File: R/globals.R
## Purpose: Declare global variables to silence R CMD check
##          “no visible binding for global variable …” warnings

utils::globalVariables(c(
  ".data","N", "SNP", "Z", "A1", "CHR", "h2_Z",
  "phenotype_path_update", "save_path", ".x"
))

Try the pleioh2g package in your browser

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

pleioh2g documentation built on March 9, 2026, 5:07 p.m.