Revision: 1704
http://sourceforge.net/p/r-gregmisc/code/1704
Author: warnes
Date: 2013-07-06 23:55:54 +0000 (Sat, 06 Jul 2013)
Log Message:
-----------
Fix Rd warning.
Modified Paths:
--------------
trunk/gtools/man/lastAdd.Rd
Modified: trunk/gtools/man/lastAdd.Rd
===================================================================
--- trunk/gtools/man/lastAdd.Rd 2013-07-06 23:49:26 UTC (rev 1703)
+++ trunk/gtools/man/lastAdd.Rd 2013-07-06 23:55:54 UTC (rev 1704)
@@ -5,14 +5,14 @@
Non-destructively construct a \code{.Last} function to be executed when R exits.
}
\usage{
-.Last <- addLast(fun)
+addLast(fun)
}
\arguments{
\item{fun}{Function to be called.}
}
\details{
- \code{lastAdd} constructs a new function to be used to replace the
- exising definition of \code{.Last}, which will be executed when R
+ \code{lastAdd} constructs a new function which can be used to replace
+ the exising definition of \code{.Last}, which will be executed when R
terminates normally.
If a \code{.Last} function already exists in the global environment,
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|