Skip to content
Prev 2907 / 21312 Next

[Bioc-devel] C function is wrong under Windows 7.

I think I'd pay more attention to the architecture (32 vs. 64 bit).

These days I find myself doing all of my C(++) <--> R bridge-work via
Rcpp, so I'm a bit rusty w/ the "normal" conventions here, but out of
curiosity: for the vars that essentially never "work with R", like
pmiss for example, why do you go through the whole PROTECT/UNPROTECT
allocVector rigmarole with it instead of just creating a double array
of the appropriate length right off of the bat (then freeing it,
obviously)?

-steve

On Mon, Oct 24, 2011 at 9:40 AM, Evarist Planet
<evarist.planet at irbbarcelona.org> wrote: