[Rd] How to use a C code in R

xt_wang at cse.concordia.ca xt_wang at cse.concordia.ca
Fri Jan 21 00:40:03 CET 2005


hello,

I have a c code which uses clapack. I want to integrate R with this code. It
said that I create a R package including my c code. Then build it with putting
PKG_LIBS = $(LAPACK_LIBS). I want to know the interface LAPACK_LIBS is Fortran
or C? If it is written in Fortran, how can I build them together? If I can
build them together, I still use the function in cLapack or the function in
LAPACK_LIBS? Could you tell me how I can do in detail?


Maggie



More information about the R-devel mailing list