

   SHLIB {base}                                 R Documentation

   BBuuiilldd SShhaarreedd LLiibbrraarryy ffoorr DDyynnaammiicc LLooaaddiinngg

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

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

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

        R SHLIB [-o libname] files

   AArrgguummeenntts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.

    libname: the full name of the shared library to be built,
             including the extension (typically `.so' on Unix
             systems).  If not given, the name of the library
             is taken from the first source file.

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

        `COMPILE', `dyn.load'

