if (FALSE) {
if (!(getNimbleOption('showCompilerOutput') == FALSE)) stop()
nf <- nimbleFunction(run = function(){ return(0); returnType(double()) })
cnf <- withNimbleOptions(list(showCompilerOutput = TRUE), {
if (!(getNimbleOption('showCompilerOutput') == TRUE)) stop()
compileNimble(nf)
})
if (!(getNimbleOption('showCompilerOutput') == FALSE)) stop()
}
Run the code above in your browser using DataLab