Dear list, Please find below a patch for a trivial typo in Foreign.Rd (base package) Kind regards, Tobias Index: Foreign.Rd ================================================================== --- Foreign.Rd (revision 42784) +++ Foreign.Rd (working copy) @@ -68,7 +68,7 @@ compiled code that uses \R objects in the same way as internal \R functions. - \code{.Call} and \code{.Call.graphics} can be used call compiled code + \code{.Call} and \code{.Call.graphics} can be used to call compiled code which makes use of internal \R objects. The arguments are passed to the C code as a sequence of \R objects. It is included to provide compatibility with S version 4. -- Tobias Verbeke - Consultant Business & Decision Benelux Rue de la r?volution 8 1000 Brussels - BELGIUM +32 499 36 33 15 tobias.verbeke at businessdecision.com
On 05/09/2007 4:07 PM, Tobias Verbeke wrote:> Dear list, > > Please find below a patch for a trivial > typo in Foreign.Rd (base package) > > Kind regards, > Tobias > > Index: Foreign.Rd > > ==================================================================> > --- Foreign.Rd (revision 42784) > > +++ Foreign.Rd (working copy) > > @@ -68,7 +68,7 @@ > > compiled code that uses \R objects in the same way as internal > \R functions. > > - \code{.Call} and \code{.Call.graphics} can be used call compiled code > + \code{.Call} and \code{.Call.graphics} can be used to call compiled code > which makes use of internal \R objects. The arguments are passed to > the C code as a sequence of \R objects. It is included to provide > compatibility with S version 4.Fixed, thanks. Duncan Murdoch