

   COMPILE {base}                               R Documentation

   CCoommppiillee FFiilleess ffoorr UUssee wwiitthh RR

   DDeessccrriippttiioonn::

        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()'.

   UUssaaggee::

        R COMPILE [options] srcfiles

   AArrgguummeennttss::

   srcfiles: A list of the names of source files to be com-
             piled.  Currently, only C and FORTRAN are sup-
             ported; the corresponding files should have the
             extensions `.c' and `.f', respectively.

    options: A list of compile-relevant settings, such as spe-
             cial values for `CFLAGS' or `FFLAGS'.

   SSeeee AAllssoo::

        `SHLIB', `dyn.load'

