[Rd] [PATCH] Typo in 'unique' help page (PR#11401)

Duncan Murdoch murdoch at stats.uwo.ca
Thu May 8 14:38:00 CEST 2008


On 5/8/2008 8:10 AM, rpeng at jhsph.edu wrote:
> ---
>  src/library/base/man/unique.Rd |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/src/library/base/man/unique.Rd b/src/library/base/man/unique.Rd
> index a8397c7..4664a34 100644
> --- a/src/library/base/man/unique.Rd
> +++ b/src/library/base/man/unique.Rd
> @@ -29,7 +29,7 @@ unique(x, incomparables = FALSE, \dots)
>    \item{x}{a vector or a data frame or an array or \code{NULL}.}
>    \item{incomparables}{a vector of values that cannot be compared.
>      \code{FALSE} is a special value, meaning that all values can be
> -    compared, and nay be the only value accepted for methods other than
> +    compared, and may be the only value accepted for methods other than
>      the default.  It will be coerced internally to the same type as
>         \code{x}.}
>    \item{fromLast}{logical indicating if duplication should be considered

Thanks, fixed.

Duncan Murdoch



More information about the R-devel mailing list