Skip to content
Prev 47229 / 63421 Next

dynamic lists at C level

Hi Dirk,

Thanks for your reply, at some point I did consider the possibility of
using Rcpp, but at that time I had already wrote a considerable amount
of regular C code.

Now I am only trying to extend that code a little, translating
everything in Rcpp would probably consume more time (although I agree
it might be easier to use).

I read the "Writing R Extensions" manual, I could only find how to
handle with R lists in C (section 5.9.6 Handling lists), but I could
not find how to <create> a list in C, and access its components, and
this is basically where I got stuck.

Best,
Adrian
On Tue, Nov 26, 2013 at 6:43 PM, Dirk Eddelbuettel <edd at debian.org> wrote: