R/globals.R

# Suppress R CMD check notes for data.table NSE and reactive variables
utils::globalVariables(c(
  # data.table
  ".", ".N", ".SD", "N",
  # columnas creadas on-the-fly
  "Clone", "Clone_ID", "color",
  # reactiveValues usados en módulos
  "Selection_values", "Big_mem_values"
))

Try the AbSolution package in your browser

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

AbSolution documentation built on April 27, 2026, 9:07 a.m.