COMPILE {base} | R Documentation |
The given source files are compiled so that they can subsequently be
collected into a shared library using R SHLIB
and be loaded
into R using dyn.load()
.
R COMPILE [options] srcfiles
srcfiles |
A list of the names of source files to be compiled. Currently, only C and FORTRAN are supported; the corresponding files should have the extensions `.c' and `.f', respectively. |
options |
A list of compile-relevant settings, such as special
values for CFLAGS or FFLAGS . |