Skip to content
Prev 34029 / 63424 Next

Building R package with .c sub-routine files

Create a file named Makevars in the same directory and put the  
following line in it:

OBJECTS=file1.o

Then R CMD SHLIB will only compile file1.c.

Kjell
On Sep 15, 2009, at 8:04 PM, pleydell at supagro.inra.fr wrote: