Gabriel Margarido <gramarga <at> gmail.com> writes: > ... I looked for a way to return the values > without copying (even tried Rmemprof), but without success. Any ideas? > ...
I solved similar problems using the R.oo package, which emulates pass-by-reference semantics in 'R'. HTH Keith ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.