Skip to content

Commit f0f526f

Browse files
author
smeyer
committed
spelling/markup
git-svn-id: https://svn.r-project.org/R/trunk@87649 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent 6f7e77e commit f0f526f

File tree

5 files changed

+9
-8
lines changed

5 files changed

+9
-8
lines changed

doc/NEWS.Rd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -391,8 +391,8 @@
391391
\item \command{R CMD check} gains option \option{--run-demo} to
392392
check demo scripts like tests.
393393
394-
\item \code{R CMD build} now supports \option{--compression =
395-
zstd} on platforms with sufficient support for \command{zstd}.
394+
\item \code{R CMD build} now supports \option{--compression=zstd}
395+
on platforms with sufficient support for \command{zstd}.
396396
}
397397
}
398398

doc/manual/R-admin.texi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3139,7 +3139,7 @@ Installations of @code{zlib} (version 1.2.5 or later), @code{libbz2}
31393139
@code{liblzma}@footnote{most often distributed as part of @code{xz}:
31403140
possible names in Linux distributions include
31413141
@code{xz-devel}/@code{xz-libs} and @code{liblzma-dev}.} version 5.0.3 or
3142-
later are required. Some software distribtutions@footnote{for example,
3142+
later are required. Some software distributions@footnote{for example,
31433143
Fedora 40} replace @code{zlib} by
31443144
@code{zlib-ng}@footnote{@uref{https://github.com/zlib-ng/zlib-ng}} which
31453145
has an optional compatibility interface.

src/library/base/man/connections.Rd

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
% File src/library/base/man/connections.Rd
22
% Part of the R package, https://www.R-project.org
3-
% Copyright 1995-2023 R Core Team
3+
% Copyright 1995-2025 R Core Team
44
% Distributed under GPL 2 or later
55

66
\name{connections}
@@ -38,6 +38,7 @@
3838
\concept{\I{gzip}}
3939
\concept{\I{bzip2}}
4040
\concept{\I{lzma}}
41+
\concept{\I{zstd}}
4142
\description{
4243
Functions to create, open and close connections, i.e.,
4344
\dQuote{generalized files}, such as possibly compressed files, URLs,
@@ -120,7 +121,7 @@ socketTimeout(socket, timeout = -1)
120121
requests. It is ignored for non-HTTP URLs. The \code{User-Agent}
121122
header, coming from the \code{HTTPUserAgent} option (see
122123
\code{\link{options}}) is used as the first header, automatically.}
123-
\item{compression}{integer in 0--9 (1--19 for \code{zsdfile}). The
124+
\item{compression}{integer in 0--9 (1--19 for \code{zstdfile}). The
124125
amount of compression to be applied when writing, from minimal to
125126
maximal available. For \code{xzfile} and \code{zstdfile} can also
126127
be negative: see the \sQuote{Compression} section.}

src/library/base/man/libPaths.Rd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
}
3434
\details{
3535
\code{.Library} is a character string giving the location of the
36-
default library, the \file{library} subdirectory of \env{R_HOME}.
36+
default library, the \file{library} subdirectory of \var{\link{R_HOME}}.
3737

3838
\code{.Library.site} is a (possibly empty) character vector giving the
3939
locations of the site libraries.

src/library/stats/man/terms.object.Rd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@
4242
indicating that an intercept is to be fit.}
4343
\item{\code{order}}{A vector of the same length as \code{term.labels}
4444
indicating the order of interaction for each term.}
45-
\item{\code{response}}{The index of the variable (in variables) of the
45+
\item{\code{response}}{The index of the variable (in \code{variables}) of the
4646
response (the left hand side of the formula). Zero, if there is no
4747
response.}
4848
\item{\code{offset}}{If the model contains \code{\link{offset}} terms there
49-
is an \code{offset} attribute indicating which variable(s) are offsets}
49+
is an \code{offset} attribute indicating which \code{variables} are offsets.}
5050
\item{\code{specials}}{If a \code{specials} argument was given to
5151
\code{\link{terms.formula}} there is a \code{specials} attribute, a
5252
pairlist of vectors (one for each specified special function) giving

0 commit comments

Comments
 (0)