Re: [R] C function call in R

2010-05-18 Thread Dan Davison
John Lande writes: > dear all, > > we am trying to improve the performance of my R code, with the implentation > of some function with custom C code. > we found difficult to import and export/import data structure such us > matrices or data.frame into the external C functions. Please give a *ver

Re: [R] C function call in R

2010-05-18 Thread Steve Lianoglou
Hi, On Tue, May 18, 2010 at 10:50 AM, John Lande wrote: > dear all, > > we am trying to improve the performance of my R code, with the implentation > of some function with custom C code. > we found difficult to import and export/import data structure such us > matrices or data.frame into the exte

[R] C function call in R

2010-05-18 Thread John Lande
dear all, we am trying to improve the performance of my R code, with the implentation of some function with custom C code. we found difficult to import and export/import data structure such us matrices or data.frame into the external C functions. we already tried the solution from "Writing R Exte