R/globalVariables.R

##globalVariables.R
## to prevent cran note
utils::globalVariables(
  c("config", "messages", "config_label",
    "message_label", "repetition",
    ".param_name_sweep", ".param_value_sweep",
    "user_prompt", "system_prompt",
    "user_prompt_label", "system_prompt_label",
    ":=",
    "structured_ok", "structured_data",
    "structured_valid", "structured_error")
)
#' @importFrom utils head tail modifyList
#' @importFrom vctrs vec_ptype_common vec_cast vec_c
#' @importFrom rlang `:=`
#' @importFrom stats setNames
#' @noRd
NULL

Try the LLMR package in your browser

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

LLMR documentation built on Aug. 26, 2025, 9:08 a.m.