Skip to content
Prev 26066 / 63424 Next

trivial typo Foreign.Rd (base)

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.