Skip to content
Prev 4288 / 10988 Next

[Rcpp-devel] Trouble passing arguments to R functions that have been passed in (maybe)

It seems to be the casethat when the memory issue occurs, garbage 
collection has just been called by R, at least according to gcinfo.In 
particular, it is called when bar is called and cleans up the arguments 
that bar is about to use, thus causing a problem.

Is there a way to ensure the safety of the arguments that are sent back 
to R?
On 10/09/12 17:02, Anthony Lee wrote: