Skip to content
Prev 1082 / 398498 Next

R-beta: info on dyn.load

I have some C code I would like to call from R (involves passing a 2D
double array with a few other variables, processing it and returning it
to R).  I have the Win95 version of R and the dyn.load example builds
ok.

I need more info on writing the R and C interface.  What is a good
source of reference for this ?