R/globalVariables.R

# global variables added so that there are no notes when running R CMD check

if(getRversion() >= "2.15.1"){
  # global variables necessary because of createSysCondTable
  from_createSysCondTable <- c('name','passes', 'fails', 'error', 'write.table',
                               'Timestep', 'TraceNumber', 'ObjectSlot', 'Value')
  utils::globalVariables(c(from_createSysCondTable, "."))

  utils::globalVariables(c("month"))
}
BoulderCodeHub/RWcheck documentation built on Sept. 19, 2020, 1:35 p.m.