[R-gregmisc-users] SF.net SVN: r-gregmisc:[1325] trunk/gtools
Brought to you by:
warnes
From: <wa...@us...> - 2009-05-09 03:13:26
|
Revision: 1325 http://r-gregmisc.svn.sourceforge.net/r-gregmisc/?rev=1325&view=rev Author: warnes Date: 2009-05-09 03:13:19 +0000 (Sat, 09 May 2009) Log Message: ----------- Update Greg's email address and fix Rd syntax errors Modified Paths: -------------- trunk/gtools/DESCRIPTION trunk/gtools/man/addLast.Rd trunk/gtools/man/binsearch.Rd trunk/gtools/man/capture.Rd trunk/gtools/man/combinations.Rd trunk/gtools/man/defmacro.Rd trunk/gtools/man/dirichlet.Rd trunk/gtools/man/foldchange.Rd trunk/gtools/man/gtools-deprecated.Rd trunk/gtools/man/invalid.Rd trunk/gtools/man/logit.Rd trunk/gtools/man/mixedsort.Rd trunk/gtools/man/oddeven.Rd trunk/gtools/man/permute.Rd trunk/gtools/man/quantcut.Rd trunk/gtools/man/running.Rd trunk/gtools/man/scat.Rd trunk/gtools/man/setTCPNoDelay.Rd trunk/gtools/man/smartbind.Rd Modified: trunk/gtools/DESCRIPTION =================================================================== --- trunk/gtools/DESCRIPTION 2009-05-08 23:07:20 UTC (rev 1324) +++ trunk/gtools/DESCRIPTION 2009-05-09 03:13:19 UTC (rev 1325) @@ -1,9 +1,9 @@ Package: gtools Title: Various R programming tools Description: Various R programming tools -Version: 2.6.0 -Date: 2008-08-15 +Version: 2.6.1 +Date: 2009-05-08 Author: Gregory R. Warnes. Includes R source code and/or documentation contributed by Ben Bolker and Thomas Lumley -Maintainer: Gregory R. Warnes <wa...@bs...> +Maintainer: Gregory R. Warnes <gr...@ra...> License: LGPL-2.1 Modified: trunk/gtools/man/addLast.Rd =================================================================== --- trunk/gtools/man/addLast.Rd 2009-05-08 23:07:20 UTC (rev 1324) +++ trunk/gtools/man/addLast.Rd 2009-05-09 03:13:19 UTC (rev 1325) @@ -20,7 +20,7 @@ \value{ None. } -\author{Gregory R. Warnes \email{wa...@bs...}} +\author{Gregory R. Warnes \email{gr...@ra...}} \seealso{ \code{\link[base]{.Last}} } \examples{ Modified: trunk/gtools/man/binsearch.Rd =================================================================== --- trunk/gtools/man/binsearch.Rd 2009-05-08 23:07:20 UTC (rev 1324) +++ trunk/gtools/man/binsearch.Rd 2009-05-09 03:13:19 UTC (rev 1325) @@ -41,7 +41,7 @@ and the function value at both are returned. Note that when the specified target value falls between integers, the - \em{two} closest values are returned. If the specified target falls + \emph{two} closest values are returned. If the specified target falls outside of the specified \code{range}, the closest endpoint of the range will be returned, and an warning message will be generated. If the maximum number if iterations was reached, the endpoints of the @@ -60,7 +60,7 @@ \code{where}.} } %\references{ ~put references to the literature/web site here ~ } -\author{Gregory R. Warnes \email{wa...@bs...} } +\author{Gregory R. Warnes \email{gr...@ra...} } \note{This function often returns two values for \code{where} and \code{value}. Be sure to check the \code{flag} parameter to see what these values mean.} Modified: trunk/gtools/man/capture.Rd =================================================================== --- trunk/gtools/man/capture.Rd 2009-05-08 23:07:20 UTC (rev 1324) +++ trunk/gtools/man/capture.Rd 2009-05-09 03:13:19 UTC (rev 1325) @@ -30,8 +30,11 @@ \section{WARNING}{R 1.7.0+ includes \code{capture.output}, which duplicates the functionality of \code{capture}. Thus, \code{capture} is depreciated.} -\author{Gregory R. Warnes \email{wa...@bs...} } -\seealso{\code{\link[session]{texteval}}, \code{\link[base]{capture.output}}}} +\author{Gregory R. Warnes \email{gr...@ra...} } +\seealso{ + \code{\link[session]{texteval}}, + \code{\link[base]{capture.output}} +} \examples{ # capture the results of a loop Modified: trunk/gtools/man/combinations.Rd =================================================================== --- trunk/gtools/man/combinations.Rd 2009-05-08 23:07:20 UTC (rev 1324) +++ trunk/gtools/man/combinations.Rd 2009-05-09 03:13:19 UTC (rev 1325) @@ -40,7 +40,7 @@ \author{ Original versions by Bill Venables \email{Bil...@cm...}. Extended to handle \code{repeats.allowed} by Gregory R. Warnes - \email{wa...@bs...}. + \email{gr...@ra...}. } \seealso{ \code{\link[base]{choose}}, \code{\link[base]{options}} } \examples{ Modified: trunk/gtools/man/defmacro.Rd =================================================================== --- trunk/gtools/man/defmacro.Rd 2009-05-08 23:07:20 UTC (rev 1324) +++ trunk/gtools/man/defmacro.Rd 2009-05-09 03:13:19 UTC (rev 1325) @@ -60,11 +60,11 @@ \references{ The original \code{defmacro} code was directly taken from: - Lumley T. "Programmer's Niche: Macros in {R}", R News, 2001, Vol 1, + Lumley T. "Programmer's Niche: Macros in R", R News, 2001, Vol 1, No. 3, pp 11--13, \url{http://CRAN.R-project.org/doc/Rnews/} } \author{ Thomas Lumley wrote \code{defmacro}. Gregory R. Warnes - \email{wa...@bs...} enhanced it and created + \email{gr...@ra...} enhanced it and created \code{strmacro}. } \seealso{ Modified: trunk/gtools/man/dirichlet.Rd =================================================================== --- trunk/gtools/man/dirichlet.Rd 2009-05-08 23:07:20 UTC (rev 1324) +++ trunk/gtools/man/dirichlet.Rd 2009-05-09 03:13:19 UTC (rev 1325) @@ -36,7 +36,7 @@ \url{http://www.r-project.org/nocvs/mail/r-help/2000/3865.html}. Ben attributed the code to Ian Wilson \email{i.w...@ma...}. Subsequent modifications by Gregory R. Warnes - \email{wa...@bs...}. + \email{gr...@ra...}. } \seealso{ \code{\link{dbeta}}, \code{\link{rbeta}} } \examples{ Modified: trunk/gtools/man/foldchange.Rd =================================================================== --- trunk/gtools/man/foldchange.Rd 2009-05-08 23:07:20 UTC (rev 1324) +++ trunk/gtools/man/foldchange.Rd 2009-05-09 03:13:19 UTC (rev 1325) @@ -37,7 +37,7 @@ A vector or matrix of the same dimensions as the input containing the converted values. } -\author{ Gregory R. Warnes \email{wa...@bs...} } +\author{ Gregory R. Warnes \email{gr...@ra...} } \examples{ a <- 1:21 Modified: trunk/gtools/man/gtools-deprecated.Rd =================================================================== --- trunk/gtools/man/gtools-deprecated.Rd 2009-05-08 23:07:20 UTC (rev 1324) +++ trunk/gtools/man/gtools-deprecated.Rd 2009-05-09 03:13:19 UTC (rev 1325) @@ -19,6 +19,6 @@ \code{assert} is a deprecated synonym for \code{\link[base]{stopifnot}}. } \seealso{ - \code{\link{Deprecated}} } + \code{\link{Deprecated}} } \keyword{misc} Modified: trunk/gtools/man/invalid.Rd =================================================================== --- trunk/gtools/man/invalid.Rd 2009-05-08 23:07:20 UTC (rev 1324) +++ trunk/gtools/man/invalid.Rd 2009-05-09 03:13:19 UTC (rev 1325) @@ -17,7 +17,7 @@ \value{ Logical value. } -\author{Gregory R. Warnes \email{wa...@bs...} } +\author{Gregory R. Warnes \email{gr...@ra...} } \seealso{ \code{\link[base]{missing}}, \code{\link[base]{is.na}}, \code{\link[base]{is.null}} } \examples{ Modified: trunk/gtools/man/logit.Rd =================================================================== --- trunk/gtools/man/logit.Rd 2009-05-08 23:07:20 UTC (rev 1324) +++ trunk/gtools/man/logit.Rd 2009-05-09 03:13:19 UTC (rev 1325) @@ -42,7 +42,7 @@ \value{ Transformed value(s). } -\author{ Gregory R. Warnes \email{wa...@bs...} } +\author{ Gregory R. Warnes \email{gr...@ra...} } \seealso{ \code{\link[car]{logit}}, \code{\link[moc]{inv.glogit}} } \examples{ Modified: trunk/gtools/man/mixedsort.Rd =================================================================== --- trunk/gtools/man/mixedsort.Rd 2009-05-08 23:07:20 UTC (rev 1324) +++ trunk/gtools/man/mixedsort.Rd 2009-05-09 03:13:19 UTC (rev 1325) @@ -36,7 +36,7 @@ \code{mixedorder} returns a vector giving the sort order of the input elements. \code{mixedsort} returns the sorted vector. } -\author{ Gregory R. Warnes \email{wa...@bs...} } +\author{ Gregory R. Warnes \email{gr...@ra...} } \seealso{ \code{\link[base]{sort}}, \code{\link[base]{order}} } \examples{ # compound & dose labels Modified: trunk/gtools/man/oddeven.Rd =================================================================== --- trunk/gtools/man/oddeven.Rd 2009-05-08 23:07:20 UTC (rev 1324) +++ trunk/gtools/man/oddeven.Rd 2009-05-09 03:13:19 UTC (rev 1325) @@ -17,7 +17,7 @@ \value{ Vector of TRUE/FALSE values. } -\author{ Gregory R. Warnes \email{wa...@bs...}} +\author{ Gregory R. Warnes \email{gr...@ra...}} \seealso{ \code{\link[base]{round}} } \examples{ Modified: trunk/gtools/man/permute.Rd =================================================================== --- trunk/gtools/man/permute.Rd 2009-05-08 23:07:20 UTC (rev 1324) +++ trunk/gtools/man/permute.Rd 2009-05-09 03:13:19 UTC (rev 1325) @@ -18,7 +18,7 @@ \value{ Vector with the original items reordered. } -\author{ Gregory R. Warnes \email{wa...@bs...} } +\author{ Gregory R. Warnes \email{gr...@ra...} } \seealso{ \code{\link{sample}} } \examples{ Modified: trunk/gtools/man/quantcut.Rd =================================================================== --- trunk/gtools/man/quantcut.Rd 2009-05-08 23:07:20 UTC (rev 1324) +++ trunk/gtools/man/quantcut.Rd 2009-05-09 03:13:19 UTC (rev 1325) @@ -3,7 +3,7 @@ \name{quantcut} \alias{quantcut} -\title{ Create a Factor Variable Using the Quantiles of a Continuous Variable}} +\title{ Create a Factor Variable Using the Quantiles of a Continuous Variable} \description{ Create a factor variable using the quantiles of a continous variable. } @@ -34,7 +34,7 @@ Factor variable with one level for each quantile interval given by \code{q}. } -\author{Gregory R. Warnes \email{wa...@bs...}} +\author{Gregory R. Warnes \email{gr...@ra...}} \seealso{ \code{\link{cut}}, \code{\link{quantile}} } Modified: trunk/gtools/man/running.Rd =================================================================== --- trunk/gtools/man/running.Rd 2009-05-08 23:07:20 UTC (rev 1324) +++ trunk/gtools/man/running.Rd 2009-05-09 03:13:19 UTC (rev 1325) @@ -55,7 +55,7 @@ Note that this function will create a vector or matrix even for objects which are not simplified by \code{sapply}. } -\author{ Gregory R. Warnes \email{wa...@bs...}, +\author{ Gregory R. Warnes \email{gr...@ra...}, with contributions by Nitin Jain \email{nit...@pf...}.} \seealso{ \code{\link[gplots]{wapply}} to apply a function over an x-y window centered at each x point, \code{\link[base]{sapply}}, Modified: trunk/gtools/man/scat.Rd =================================================================== --- trunk/gtools/man/scat.Rd 2009-05-08 23:07:20 UTC (rev 1324) +++ trunk/gtools/man/scat.Rd 2009-05-09 03:13:19 UTC (rev 1325) @@ -18,7 +18,7 @@ \value{ NULL (invisibly) } -\author{Gregory R. Warnes \email{wa...@bs...}} +\author{Gregory R. Warnes \email{gr...@ra...}} \seealso{ \code{\link[base]{cat}}} \examples{ options(DEBUG=NULL) # makee sure DEBUG isn't set Modified: trunk/gtools/man/setTCPNoDelay.Rd =================================================================== --- trunk/gtools/man/setTCPNoDelay.Rd 2009-05-08 23:07:20 UTC (rev 1324) +++ trunk/gtools/man/setTCPNoDelay.Rd 2009-05-09 03:13:19 UTC (rev 1325) @@ -26,8 +26,6 @@ This function allows this feature to be disabled (de-Nagling, \code{value=TRUE}) or enabled (Nagling, \code{value=FALSE}) for the specified socket. - } - } \value{ The character string "SUCCESS" will be returned invisible if the @@ -41,7 +39,7 @@ Request for Comments 896, January 1984. \url{http://www.ietf.org/rfc/rfc0896.txt?number=896} } -\author{Gregory R. Warnes \email{wa...@bs...}} +\author{Gregory R. Warnes \email{gr...@ra...}} \seealso{ \code{\link[utils]{make.socket}}, \code{\link[utils]{socketConnection}} Modified: trunk/gtools/man/smartbind.Rd =================================================================== --- trunk/gtools/man/smartbind.Rd 2009-05-08 23:07:20 UTC (rev 1324) +++ trunk/gtools/man/smartbind.Rd 2009-05-09 03:13:19 UTC (rev 1325) @@ -22,7 +22,7 @@ character strings. The user will need to coerce such character columns into an appropriate type. } -\author{Gregory R. Warnes \email{wa...@bs...}} +\author{Gregory R. Warnes \email{gr...@ra...}} \seealso{ \code{\link{rbind}}, \code{\link{cbind}} } \examples{ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |