R/globals.R

# Suppress "no visible binding for global variable" notes during R CMD check
utils::globalVariables(c(
  # Input column names
  "INSTRUCTOR", "ENRLD", "HRS", "SUBJ", "DEPARTMENT", "COLLEGE", "PROGRAM",

  # Output variables in catool functions
  "INSTR", "QHRS", "PAY", "TYPE", "SUMMARY",

  # Constants or display labels (optional but clean)
  "schedule", "setNames", "Total Compensation (USD)", "Summary", "Overload Pay by Course"
))

Try the catool package in your browser

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

catool documentation built on June 11, 2025, 5:09 p.m.