R/zzz-globals.R

# Suppress R CMD check NOTEs for data.frame column names used in aes()
utils::globalVariables(c(

  # bcat_plt_coef
  "estimate", "term", "conf.low", "conf.high", "model",


  # bcat_plt_diag
  "fitted", "resid", "std_resid", "sqrt_std_resid", "leverage", "label",

  # bcat_plt_ts
  "start", "end",

  # .plt_ts_acf
  "lag", "acf", "pacf",

  # .plt_ts_decompose
  ".data"
))

Try the Rbearcat package in your browser

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

Rbearcat documentation built on March 21, 2026, 5:07 p.m.