[R-gregmisc-users] SF.net SVN: r-gregmisc:[1357] trunk/gdata/man
Brought to you by:
warnes
From: <wa...@us...> - 2009-08-20 14:54:58
|
Revision: 1357 http://r-gregmisc.svn.sourceforge.net/r-gregmisc/?rev=1357&view=rev Author: warnes Date: 2009-08-20 14:54:44 +0000 (Thu, 20 Aug 2009) Log Message: ----------- Replace \ldots with \dots to make the new R CMD CHECK happy. Modified Paths: -------------- trunk/gdata/man/cbindX.Rd trunk/gdata/man/getDateTimePart.Rd trunk/gdata/man/mapLevels.Rd trunk/gdata/man/nPairs.Rd trunk/gdata/man/trim.Rd trunk/gdata/man/trimSum.Rd trunk/gdata/man/unknown.Rd trunk/gdata/man/write.fwf.Rd Modified: trunk/gdata/man/cbindX.Rd =================================================================== --- trunk/gdata/man/cbindX.Rd 2009-08-19 17:54:38 UTC (rev 1356) +++ trunk/gdata/man/cbindX.Rd 2009-08-20 14:54:44 UTC (rev 1357) @@ -18,7 +18,7 @@ \usage{cbindX(...)} \arguments{ - \item{\ldots}{matrix and data.frame objects} + \item{\dots}{matrix and data.frame objects} } \details{ Modified: trunk/gdata/man/getDateTimePart.Rd =================================================================== --- trunk/gdata/man/getDateTimePart.Rd 2009-08-19 17:54:38 UTC (rev 1356) +++ trunk/gdata/man/getDateTimePart.Rd 2009-08-20 14:54:44 UTC (rev 1357) @@ -44,12 +44,12 @@ \usage{ -getYear(x, format, \ldots) -getMonth(x, format, \ldots) -getDay(x, format, \ldots) -getHour(x, format, \ldots) -getMin(x, format, \ldots) -getSec(x, format, \ldots) +getYear(x, format, \dots) +getMonth(x, format, \dots) +getDay(x, format, \dots) +getHour(x, format, \dots) +getMin(x, format, \dots) +getSec(x, format, \dots) } @@ -57,7 +57,7 @@ \arguments{ \item{x}{generic, date/time object} \item{format}{character, format} - \item{\ldots}{arguments pased to other methods} + \item{\dots}{arguments pased to other methods} } \value{Character} Modified: trunk/gdata/man/mapLevels.Rd =================================================================== --- trunk/gdata/man/mapLevels.Rd 2009-08-19 17:54:38 UTC (rev 1356) +++ trunk/gdata/man/mapLevels.Rd 2009-08-20 14:54:44 UTC (rev 1357) @@ -56,7 +56,7 @@ \usage{ -mapLevels(x, codes=TRUE, sort=TRUE, drop=FALSE, combine=FALSE, \ldots) +mapLevels(x, codes=TRUE, sort=TRUE, drop=FALSE, combine=FALSE, \dots) mapLevels(x) <- value } @@ -69,7 +69,7 @@ details} \item{drop}{boolean, drop unused levels} \item{combine}{boolean, combine levels, look into details} - \item{\ldots}{additional arguments for \code{sort}} + \item{\dots}{additional arguments for \code{sort}} \item{value}{levelsMap or listLevelsMap, output of \code{mapLevels} methods or constructed by user, look into details} } Modified: trunk/gdata/man/nPairs.Rd =================================================================== --- trunk/gdata/man/nPairs.Rd 2009-08-19 17:54:38 UTC (rev 1356) +++ trunk/gdata/man/nPairs.Rd 2009-08-20 14:54:44 UTC (rev 1357) @@ -28,7 +28,7 @@ \item{margin}{logical, calculate the cumulative number of \dQuote{pairs}} \item{names}{logical, add row/col-names to the output} \item{abbrev}{logical, abbreviate names} - \item{\ldots}{other arguments passed to \code{\link{abbreviate}}} + \item{\dots}{other arguments passed to \code{\link{abbreviate}}} } \value{ Modified: trunk/gdata/man/trim.Rd =================================================================== --- trunk/gdata/man/trim.Rd 2009-08-19 17:54:38 UTC (rev 1356) +++ trunk/gdata/man/trim.Rd 2009-08-20 14:54:44 UTC (rev 1357) @@ -6,12 +6,12 @@ related objects. } \usage{ -trim(s, recode.factor=TRUE, \ldots) +trim(s, recode.factor=TRUE, \dots) } \arguments{ \item{s}{object to be processed} \item{recode.factor}{should levels of a factor be recoded, see below} - \item{\ldots}{arguments passed to other methods, currently only to + \item{\dots}{arguments passed to other methods, currently only to \code{\link{reorder.factor}} for factors} } Modified: trunk/gdata/man/trimSum.Rd =================================================================== --- trunk/gdata/man/trimSum.Rd 2009-08-19 17:54:38 UTC (rev 1356) +++ trunk/gdata/man/trimSum.Rd 2009-08-20 14:54:44 UTC (rev 1357) @@ -17,14 +17,14 @@ to specify the desired length of a trimmed vector. } -\usage{trimSum(x, n, right=TRUE, na.rm=FALSE, \ldots)} +\usage{trimSum(x, n, right=TRUE, na.rm=FALSE, \dots)} \arguments{ \item{x}{numeric, a vector of numeric values} \item{n}{numeric, desired length of the output} \item{right}{logical, trim on the right/bottom or the left/top side} \item{na.rm}{logical, remove \code{NA} values when applying a function} - \item{\ldots}{arguments passed to other methods - currently not used} + \item{\dots}{arguments passed to other methods - currently not used} } \value{Trimmed vector with a last/first value representing the sum of Modified: trunk/gdata/man/unknown.Rd =================================================================== --- trunk/gdata/man/unknown.Rd 2009-08-19 17:54:38 UTC (rev 1356) +++ trunk/gdata/man/unknown.Rd 2009-08-20 14:54:44 UTC (rev 1357) @@ -41,9 +41,9 @@ \usage{ -isUnknown(x, unknown=NA, \ldots) -unknownToNA(x, unknown, warning=FALSE, \ldots) -NAToUnknown(x, unknown, force=FALSE, call.=FALSE, \ldots) +isUnknown(x, unknown=NA, \dots) +unknownToNA(x, unknown, warning=FALSE, \dots) +NAToUnknown(x, unknown, force=FALSE, call.=FALSE, \dots) } @@ -52,7 +52,7 @@ \item{unknown}{generic, value used instead of \code{NA}} \item{warning}{logical, issue warning if \code{x} already has \code{NA}} \item{force}{logical, force to apply already existing value in \code{x}} - \item{\ldots}{arguments pased to other methods (as.character for POSIXlt + \item{\dots}{arguments pased to other methods (as.character for POSIXlt in case of isUnknown)} \item{call.}{logical, look in \code{\link{warning}}} } Modified: trunk/gdata/man/write.fwf.Rd =================================================================== --- trunk/gdata/man/write.fwf.Rd 2009-08-19 17:54:38 UTC (rev 1356) +++ trunk/gdata/man/write.fwf.Rd 2009-08-20 14:54:44 UTC (rev 1357) @@ -22,7 +22,7 @@ write.fwf(x, file="", append=FALSE, quote=FALSE, sep=" ", na="", rownames=FALSE, colnames=TRUE, rowCol=NULL, justify="left", - formatInfo=FALSE, quoteInfo=TRUE, width=NULL, \ldots) + formatInfo=FALSE, quoteInfo=TRUE, width=NULL, \dots) } @@ -44,7 +44,7 @@ widths and format} \item{quoteInfo}{logical, should \code{formatInfo} account for quotes} \item{width}{numeric, width of the columns in the output} - \item{\ldots}{further arguments to \code{\link{format.info}}, + \item{\dots}{further arguments to \code{\link{format.info}}, \code{\link{format}} and \code{\link{write.table}}} } @@ -59,11 +59,11 @@ done completely by \code{\link{format}} on a column basis. Columns in the output are by default separated with a space i.e. empty column with a width of one character, but that can be changed with \code{sep} -argument as passed to \code{\link{write.table}} via \ldots. +argument as passed to \code{\link{write.table}} via \dots. As mentioned formatting is done completely by \code{\link{format}}. Arguments can be passed to \code{format} via -\code{\ldots} to further modify the output. However, note that the +\code{\dots} to further modify the output. However, note that the returned \code{formatInfo} might not properly account for this, since \code{\link{format.info}} (which is used to collect information about formatting) lacks the arguments of \code{\link{format}}. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |