Revision: 1530
http://r-gregmisc.svn.sourceforge.net/r-gregmisc/?rev=1530&view=rev
Author: warnes
Date: 2012-05-04 19:38:20 +0000 (Fri, 04 May 2012)
Log Message:
-----------
Fix enumerate syntax.
Modified Paths:
--------------
trunk/gdata/man/is.what.Rd
Modified: trunk/gdata/man/is.what.Rd
===================================================================
--- trunk/gdata/man/is.what.Rd 2012-05-04 16:06:49 UTC (rev 1529)
+++ trunk/gdata/man/is.what.Rd 2012-05-04 19:38:20 UTC (rev 1530)
@@ -20,10 +20,10 @@
\note{
The following procedure is used to look for valid tests:
\enumerate{
- \item{Find all objects named \code{is.*} in all loaded
+ \item{}{Find all objects named \code{is.*} in all loaded
environments.}
- \item{Discard objects that are not functions.}
- \item{Include test result only if it is of class \code{"logical"},
+ \item{}{Discard objects that are not functions.}
+ \item{}{Include test result only if it is of class \code{"logical"},
not an \code{NA}, and of length 1.}
}
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|