Skip to content

Commit 01c98e0

Browse files
author
smeyer
committed
spelling
git-svn-id: https://svn.r-project.org/R/trunk@87422 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent 1b3d6bb commit 01c98e0

File tree

8 files changed

+19
-18
lines changed

8 files changed

+19
-18
lines changed

doc/manual/R-exts.texi

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -593,7 +593,7 @@ templated) C++ projects.
593593
The @samp{StagedInstall} logical field controls if package installation
594594
is `staged', that is done to a temporary location and moved to the final
595595
location when successfully completed. This field was introduced in @R{}
596-
3.6.0 and it true by default: it is considered to be a temporary measure
596+
3.6.0 and is true by default: it is considered to be a temporary measure
597597
which may be withdrawn in future.
598598

599599
@c DESCRIPTION field ZipData
@@ -5173,7 +5173,7 @@ in production code. The normal way to ensure that is to define the
51735173
macro @code{NDEBUG}, and @command{R CMD INSTALL} does so as part of the
51745174
compilation flags. Beware of including headers (including from other
51755175
packages) which could undefine it, now or in future versions. If you
5176-
wish to use @code{assert} during development. you can include
5176+
wish to use @code{assert} during development, you can include
51775177
@code{-UNDEBUG} in @code{PKG_CPPFLAGS} or @code{#undef} it in your
51785178
headers or code files. Note that your own @file{src/Makefile} or
51795179
makefiles in sub-directories may also need to define @code{NDEBUG}.
@@ -11996,7 +11996,7 @@ as the library (and what that was is often undocumented).
1199611996
@c distributions.
1199711997

1199811998
Even fewer external libraries use C++ internally but present a C
11999-
interface, such as @I{GEOS} used by @CRANpkg{sf} and other packages.. These
11999+
interface, such as @I{GEOS} used by @CRANpkg{sf} and other packages. These
1200012000
require the C++ runtime library to be linked into the package's shared
1200112001
object/DLL, and this is best done by including a dummy C++ file in the
1200212002
package sources.

src/library/base/man/strptime.Rd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ strptime(x, format, tz = "")
241241
not followed by a digit, it uses \code{digits} unless that is
242242
\code{NULL}, when \code{n = 0}). Note that the precedence is
243243
\code{format="...\%OSn"} \eqn{\ll}{>>} \code{digits = n} \eqn{\ll}{>>}
244-
\code{getOption("digits.prec")}. Further, for \code{strptime}
244+
\code{getOption("digits.secs")}. Further, for \code{strptime}
245245
\code{\%OS} will input seconds including fractional seconds. Note that
246246
\code{\%S} does not read fractional parts on output.
247247

src/library/base/man/tempfile.Rd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ tempdir(check = FALSE)
2020
of the name.}
2121
\item{tmpdir}{a non-empty character vector giving the directory name.}
2222
\item{fileext}{a non-empty character vector giving the file extension.}
23-
\item{check}{\code{\link{logical}} indicating if \code{tmpdir()}
23+
\item{check}{\code{\link{logical}} indicating if \code{tempdir()}
2424
should be checked and recreated if no longer valid.}
2525
}
2626
\value{

src/library/graphics/man/plot.factor.Rd

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,10 @@
2323
}
2424
}
2525
\description{
26-
This functions implements a scatterplot method for
26+
This method is used for
2727
\code{\link{factor}} arguments of the \emph{generic}
28-
\code{\link{plot}} function.
28+
\code{\link{plot}} function,
29+
possibly called from the formula method (see the Examples).
2930

3031
If \code{y} is missing \code{\link{barplot}} is produced.
3132
For numeric \code{y} a \code{\link{boxplot}} is used, and for a factor

src/library/stats/man/predict.Rd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
% Distributed under GPL 2 or later
55

66
\name{predict}
7+
\alias{predict}
78
\title{Model Predictions}
89
\usage{
9-
predict (object, \dots)
10+
predict(object, ...)
1011
}
11-
\alias{predict}
1212
\arguments{
1313
\item{object}{a model object for which prediction is desired.}
1414
\item{\dots}{additional arguments affecting the predictions produced.}

src/library/stats/man/predict.glm.Rd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
\title{Predict Method for GLM Fits}
1010
\usage{
1111
\method{predict}{glm}(object, newdata = NULL,
12-
type = c("link", "response", "terms"),
13-
se.fit = FALSE, dispersion = NULL, terms = NULL,
14-
na.action = na.pass, \dots)
12+
type = c("link", "response", "terms"),
13+
se.fit = FALSE, dispersion = NULL, terms = NULL,
14+
na.action = na.pass, ...)
1515
}
1616
\arguments{
1717
\item{object}{a fitted object of class inheriting from \code{"glm"}.}

src/library/utils/man/apropos.Rd

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,16 @@ find(what, mode = "any", numeric = FALSE, simple.words = TRUE)
1414
\alias{apropos}
1515
\alias{find}
1616
\arguments{
17-
\item{what}{character string. For \code{simple.words = FALSE}
18-
the name of an object; otherwise
17+
\item{what}{a character string. For \code{find} with
18+
\code{simple.words = TRUE}, the name of an object; otherwise
1919
a \link{regular expression} to match object names against.}
20-
\item{where, numeric}{a logical indicating whether positions in the
21-
search list should also be returned}
20+
\item{where, numeric}{logical indicating whether positions in the
21+
search list should also be returned.}
2222
\item{ignore.case}{logical indicating if the search should be
2323
case-insensitive, \code{TRUE} by default.}
2424
\item{dot_internals}{logical indicating if the search result should show
2525
\pkg{base} internal objects, \code{FALSE} by default.}
26-
\item{mode}{character; if not \code{"any"}, only objects whose
26+
\item{mode}{a character string; if not \code{"any"}, only objects whose
2727
\code{\link{mode}} equals \code{mode} are searched.}
2828
\item{simple.words}{logical; if \code{TRUE}, the \code{what} argument is
2929
only searched as a whole word.}

src/library/utils/man/help.search.Rd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ help.search(pattern, fields = c("alias", "concept", "title"),
119119
documentation directory are taken as concepts. For standard keyword
120120
entries different from \samp{internal}, the corresponding descriptions
121121
from file \file{KEYWORDS} are additionally taken as concepts. All
122-
\samp{\concept} entries used as concepts.
122+
\samp{\concept} entries are used as concepts.
123123
124124
Vignettes are searched as follows. The \code{"name"} and
125125
\code{"alias"} are both the base of the vignette filename, and the

0 commit comments

Comments
 (0)