[Rcpp-devel] Lots of lists

Matthew Krachey matthewkrachey at yahoo.com
Tue Mar 13 19:18:25 CET 2012


Hi,

I am working on a rather complicated MCMC simulation with a lot of return objects, both vectors and matrices. We are on the verge of getting things to go (to date, much faster than Numpy) but we are returning ~21 list objects (again, both vectors and matrices) and we are getting error when the 21st object is added. We would like all of this output to return to R for post-processing. Is there a recommended way to deal with this type of output?

Thanks

Matthew


More information about the Rcpp-devel mailing list