Skip to content

Commit f871bce

Browse files
author
ripley
committed
clarifications
git-svn-id: https://svn.r-project.org/R/trunk@88337 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent d929929 commit f871bce

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed

src/library/utils/man/INSTALL.Rd

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

66
\name{INSTALL}
@@ -144,6 +144,11 @@
144144
running \R. This is usually the case, but if \file{/tmp} has been
145145
mounted as \code{noexec}, environment variable \env{TMPDIR} may need
146146
to be set to a directory from which execution is allowed.
147+
148+
For most recent builds of \R the internal \code{untar} will handle
149+
tarballs compressed by \command{zstd}: most (but not all) external
150+
\command{tar} commands will handle \command{ztd} compression and
151+
others such as \command{lz4}.
147152
#endif
148153
}
149154

src/library/utils/man/PkgUtils.Rd

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
% File src/library/utils/man/PkgUtils.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{PkgUtils}
@@ -18,8 +18,9 @@
1818
\arguments{
1919
\item{pkgdirs}{a list of names of directories with sources of \R
2020
add-on packages. For \code{check} these can also be the filenames of
21-
compressed \command{tar} archives with extension \file{.tar.gz},
22-
\file{.tgz}, \file{.tar.bz2} or \file{.tar.xz}.}
21+
(possibly compressed) \command{tar} archives with extension
22+
\file{.tar}, \file{.tar.gz}, \file{.tgz}, \file{.tar.bz2} or
23+
\file{.tar.xz}.}
2324
\item{options}{further options to control the processing, or for
2425
obtaining information about usage and version of the utility.}
2526
}
@@ -30,7 +31,7 @@
3031

3132
\command{R CMD build} builds \R source tarballs. The name(s) of the
3233
packages are taken from the \file{DESCRIPTION} files and not from the
33-
directory names. This works entirely on a copy of the supplied source
34+
directory names. This works entirely on a copy of the supplied source
3435
directories.
3536

3637
Use \command{R CMD \var{foo} --help} to obtain usage information on
@@ -59,7 +60,7 @@
5960
tarballs containing invalid or unsupported sections, and can be faster
6061
on very large tarballs. Setting \env{R_INSTALL_TAR} to \samp{tar.exe}
6162
has been needed to overcome permissions issues on some Windows
62-
systems.)
63+
systems. For further details see the help for \code{\link{INSTALL}}.)
6364
}
6465
\note{
6566
Only on Windows:

0 commit comments

Comments
 (0)