SHLIB                  package:base                  R Documentation

_B_u_i_l_d _a _D_L_L _f_o_r _D_y_n_a_m_i_c _L_o_a_d_i_n_g

_D_e_s_c_r_i_p_t_i_o_n:

     The given source files are first compiled.  All specified object
     files are then linked into a shared library which can be loaded
     into R using `dyn.load()'.

_U_s_a_g_e:

     Rcmd SHLIB [-o dllname] files

_A_r_g_u_m_e_n_t_s:

   files: a list of names of (typically) source files to be compiled
          and included in the library.  You can also include the name
          of object files which are automagically made from their
          sources.

 dllname: the full name of the shared library to be built, including
          the extension `.dll'.  If not given, the name of the library
          is taken from the first source file.

_S_e_e _A_l_s_o:

     `dyn.load'

