[Rd] FW: Passing lists from R to C, extracting elements, and sending lists back again
Manuel Castejón Limas
manuel.castejon at unileon.es
Mon Dec 25 11:10:49 CET 2006
Dear Michael,
I had to tackle a similar issue while programming the AMORE package.
I recommend you to have a look at the source code of its "copynet.c" file. You
may find useful the reading of the "copynet_RC" function ( Copies the SEXP net
to the *ptnet) and the "copynet_CR" function (Copies *ptnet to SEXP net).
Of course, I do not pretend to establish what best practices should be, just to
show you how I solved a similar issue following my personal understanding of
what was appropriated in that situation.
Best wishes and Merry Christmas!
Manuel
More information about the R-devel
mailing list