Skip to content
Prev 5346 / 10988 Next

[Rcpp-devel] Simple problem with modules

I've attached a somewhat tweaked example which I think might indicate
that modules don't know about const NumericVector&?
[1] 1
[1] 0
[1] 6.953223e-310


The answers should be 8, 100 and 0.08075014 respectively.

Hadley
On Wed, Feb 20, 2013 at 11:39 AM, Hadley Wickham <h.wickham at gmail.com> wrote: