Re: [R] Sending lists from R to C using .C

2012-04-16 Thread Mercier Eloi
Hi Chris, I personally found the documentation rather...indigestible. At least 3 years ago when I developed my R package. It seems they have nicely improved this part of the documentation though. I'm not an expert at all, but at least you will have the point of view of a beginner. First, i

Re: [R] Sending lists from R to C using .C

2012-04-15 Thread Prof Brian Ripley
On 15/04/2012 05:22, chris90nz wrote: Hi, I am currently stuck on the following problem: I have a matrix where each element is a list of numbers of differing lengths. I am wondering what would be the best way to send this to my C function using .C? Follow the documentation This is not th

[R] Sending lists from R to C using .C

2012-04-14 Thread chris90nz
Hi, I am currently stuck on the following problem: I have a matrix where each element is a list of numbers of differing lengths. I am wondering what would be the best way to send this to my C function using .C? Cheers, Chris -- View this message in context: http://r.789695.n4.nabble.com/Sendi