# 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"))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.