[Rd] [PATCH] typo in R-lang
Peter Cowan
cowan.pd at gmail.com
Sat Feb 14 05:02:28 CET 2009
Here is a patch for a small typo in the description of do.call()
in case the inline version is unsuitable:
<http://pastie.textmate.org/388914.txt?key=ado6iu82ikvj5sk18bx5mg>
Index: /Users/peter/manual/R-lang.texi
===================================================================
--- /Users/peter/manual/R-lang.texi (revision 47919)
+++ /Users/peter/manual/R-lang.texi (working copy)
@@ -3683,7 +3683,7 @@
used rather rarely, but is occasionally useful where the name of a
function is available as a character variable.
-The function @code{do.call} is related, but evaluates the call immediate
+The function @code{do.call} is related, but evaluates the call immediately
and takes the arguments from an object of mode @code{"list"} containing
all the arguments. A natural use of this is when one wants to apply a
function like @code{cbind} to all elements of a list or data frame.
More information about the R-devel
mailing list