Skip to content
Prev 6730 / 10988 Next

[Rcpp-devel] inline error

FYI, that's equivalent to the somewhat cleaner

library(Rcpp)
cppFunction("NumericVector x(NumericVector start) {
  return 1;
}")

Hadley
On Mon, Oct 28, 2013 at 8:58 AM, Simon Zehnder <szehnder at uni-bonn.de> wrote: