Re: [Rd] Calling an array in a struct in C to R

2013-06-20 Thread Tee-Jay-Ardie
start reading up on .Call. If there are other ideas, I will gladly hear them. Tee-Jay-Ardie -- View this message in context: http://r.789695.n4.nabble.com/Calling-an-array-in-a-struct-in-C-to-R-tp4669884p4669972.html Sent from the R devel mailing list archive at Nabble.com. __

[Rd] Calling an array in a struct in C to R

2013-06-19 Thread Tee-Jay-Ardie
Hi there, Although I'm a quite experienced R user and know my ways in C, I stumbled upon a problem I don't know how to solve. Therefore, I hope someone can provide me with the information or pointers I need in order to understand the way in which the communication between R and C occurs. I have th