This fails to compile: ``` .R cppFunction('double myVar(IntegerVector x) { return(var(x)); }') ```
This fails to compile:
cppFunction('double myVar(IntegerVector x) { return(var(x)); }')