R/globals.R

# R/globals.R

# This file is for declaring global variables to avoid "no visible binding for global variable" notes during R CMD check.
utils::globalVariables(c(
    "Lag",
    "Xi_Threshold",
    "Significant",
    "ACF",
    "CCF",
    "Xi",
    "i",
    "y_vals",
    "Direction"
))

Try the xiacf package in your browser

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

xiacf documentation built on April 16, 2026, 5:08 p.m.