R/globals.R

#' @importFrom utils globalVariables
NULL

utils::globalVariables(
  c(
    # dplyr/tidyverse vars
    "group_col", "date_col", "value_col", ".value", "date_col_week",

    # modeltime outputs
    ".index", ".conf_lo",

    # plot variables
    "item_id", ".conf_hi", "id",

    # message
    "verbose"
  )
)

Try the LLMAgentR package in your browser

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

LLMAgentR documentation built on June 8, 2025, 10:02 a.m.