R/globals.R

# Declare global variables to avoid R CMD check notes
# These are column names used in NSE (non-standard evaluation)

globalVariables(c(
  "embedding",
  "n_dims",
  "text",
  ".input_idx",
  ".error",
  ".error_msg",
  "similarity"
))

foundry_state <- new.env(parent = emptyenv())
foundry_state$web_search_warned <- FALSE

Try the foundryR package in your browser

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

foundryR documentation built on Sept. 25, 2026, 1:10 a.m.