# global variables hack for NSE in data.tables
if(getRversion() >= "2.15.1"){
utils::globalVariables(c(
'x', 'W', # positions
'xl', 'xr', 'Wl', 'Wr', # intervals
'id', 'delta', 'Eu' # plans
))
}
.verbose <- list(
NONE=0,
INFO=1,
TRACE=2,
DEBUG=3,
DEBUG2=4)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.