Revision: 1763
http://sourceforge.net/p/r-gregmisc/code/1763
Author: warnes
Date: 2014-01-11 23:38:29 +0000 (Sat, 11 Jan 2014)
Log Message:
-----------
fixes for R CMD check
Modified Paths:
--------------
trunk/gtools/man/gtools-defunct.Rd
Modified: trunk/gtools/man/gtools-defunct.Rd
===================================================================
--- trunk/gtools/man/gtools-defunct.Rd 2014-01-11 23:24:20 UTC (rev 1762)
+++ trunk/gtools/man/gtools-defunct.Rd 2014-01-11 23:38:29 UTC (rev 1763)
@@ -2,20 +2,13 @@
\alias{gtools-defunct}
\alias{assert}
\alias{addLast}
+\alias{capture}
+\alias{sprint}
\title{Defunct Functions in package \code{gtools}}
\description{
The functions or variables listed here are no longer part of
package \code{gtools}.
}
-\usage{
-assert(FLAG)
-addLast(fun)
-capture(
-}
-%\arguments{
-% \item{FLAG}{ Expression that should evaluate to a boolean vector}
-% \item{fun}{Function to be called.}
-%}
\details{
\itemize{
\item{ \code{assert} is a defunct synonym for
@@ -23,13 +16,13 @@
\item{ \code{addLast} has been replaced by \code{lastAdd}, which has
the same purpose but appled using different syntax. }
\item{ \code{capture} and \code{capture.output} have been removed in
- favor of \code{capture.output} from the \code{base} package.}
+ favor of \code{capture.output} from the \code{utils} package.}
}
}
\seealso{
\code{\link[base]{Defunct}},
\code{\link[base]{stopifnot}},
\code{\link[gtools]{lastAdd}},
- \code{\link[base]{capture.output}
+ \code{\link[utils]{capture.output}}
}
\keyword{misc}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|