Skip to content

Commit

Permalink
spelling
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.r-project.org/R/trunk@87049 00db46b3-68df-0310-9c12-caf00c1e9a41
  • Loading branch information
smeyer committed Aug 23, 2024
1 parent 4339636 commit 23abac9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/library/base/man/duplicated.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
indicating which elements (rows) are duplicates.

\code{anyDuplicated(.)} is a \dQuote{generalized} more efficient
version \code{any(duplicated(.))}, returning positive integer indices
version of \code{any(duplicated(.))}, returning positive integer indices
instead of just \code{TRUE}.
}
\usage{
Expand Down
3 changes: 2 additions & 1 deletion src/library/datasets/man/npk.Rd
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
% File src/library/datasets/man/npk.Rd
% Part of the R package, https://www.R-project.org
% copyright (C) 1999 W. N. Venables and B. D. Ripley
% Copyright (C) 1999 W. N. Venables and B. D. Ripley
% Distributed under GPL 2 or later

\name{npk}
\docType{data}
\alias{npk}
\title{
Classical N, P, K Factorial Experiment
Expand Down
2 changes: 1 addition & 1 deletion src/library/stats/man/heatmap.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ heatmap(x, Rowv = NULL, Colv = if(symm)"Rowv" else NULL,
symmetric case, the symmetry axis is as usual.}
\item{scale}{character indicating if the values on the heatmap should
be centered and scaled in either the row direction or the column
direction, or none. The default is \code{"row"} if \code{symm}
direction, or none. The default is \code{"row"} if \code{symm} is
false, and \code{"none"} otherwise. This scaling only affects the
\emph{colour} scale; it does not scale the original data. See the
Examples.}
Expand Down
2 changes: 1 addition & 1 deletion src/library/utils/man/hashtab.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ is.hashtab(x)
}

As an experimental feature, the element operator \code{[[} can also be
used get or set hash table entries, and \code{length} can be used to
used to get or set hash table entries, and \code{length} can be used to
obtain the number of entries. It is not yet clear whether this is a
good idea.
}
Expand Down

0 comments on commit 23abac9

Please sign in to comment.