R/zzz.R

# ── Package-level declarations ────────────────────────────────────────────────

#' @importFrom data.table :=
NULL

# Silence R CMD check NOTEs for data.table symbols used via non-standard
# evaluation inside .boot_engine() (column names referenced bare in `[.data.table`).
utils::globalVariables(c(
  # .boot_engine() data.table symbols
  "iter", "time_idx", "y_boot", "boot_trend",
  # autoplot.macrofilter() data.table + aes symbols
  "time", "Data", "Trend", "lower", "upper"
))

Try the MacroFilters package in your browser

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

MacroFilters documentation built on June 12, 2026, 1:06 a.m.