

COMPILE {base}                               R Documentation

_C_o_m_p_i_l_e _F_i_l_e_s _f_o_r _U_s_e _w_i_t_h _R

_D_e_s_c_r_i_p_t_i_o_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_s_a_g_e_:

     R COMPILE [options] srcfiles

_A_r_g_u_m_e_n_t_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_e_e _A_l_s_o_:

     `SHLIB', `dyn.load'

