|  | 
| 1 | 1 | % File src/library/utils/man/PkgUtils.Rd | 
| 2 | 2 | % Part of the R package, https://www.R-project.org | 
| 3 |  | -% Copyright 1995-2023 R Core Team | 
|  | 3 | +% Copyright 1995-2025 R Core Team | 
| 4 | 4 | % Distributed under GPL 2 or later | 
| 5 | 5 | 
 | 
| 6 | 6 | \name{PkgUtils} | 
|  | 
| 18 | 18 | \arguments{ | 
| 19 | 19 |   \item{pkgdirs}{a list of names of directories with sources of \R | 
| 20 | 20 |     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}.} | 
| 23 | 24 |   \item{options}{further options to control the processing, or for | 
| 24 | 25 |     obtaining information about usage and version of the utility.} | 
| 25 | 26 | } | 
|  | 
| 30 | 31 | 
 | 
| 31 | 32 |   \command{R CMD build} builds \R source tarballs.  The name(s) of the | 
| 32 | 33 |   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 | 
| 34 | 35 |   directories. | 
| 35 | 36 | 
 | 
| 36 | 37 |   Use \command{R CMD \var{foo} --help} to obtain usage information on | 
|  | 
| 59 | 60 |   tarballs containing invalid or unsupported sections, and can be faster | 
| 60 | 61 |   on very large tarballs.  Setting \env{R_INSTALL_TAR} to \samp{tar.exe} | 
| 61 | 62 |   has been needed to overcome permissions issues on some Windows | 
| 62 |  | -  systems.) | 
|  | 63 | +  systems.  For further details see the help for \code{\link{INSTALL}}.) | 
| 63 | 64 | } | 
| 64 | 65 | \note{ | 
| 65 | 66 |   Only on Windows: | 
|  | 
0 commit comments