| Line 43... |
Line 43... |
| 43 |
environment variables: see Chapter 6 of the \sQuote{R Internals} manual.
|
43 |
environment variables: see Chapter 6 of the \sQuote{R Internals} manual.
|
| 44 |
|
44 |
|
| 45 |
By default \command{R CMD build} uses the \code{"internal"} option to
|
45 |
By default \command{R CMD build} uses the \code{"internal"} option to
|
| 46 |
\code{\link{tar}} to prepare the tarball. An external \command{tar}
|
46 |
\code{\link{tar}} to prepare the tarball. An external \command{tar}
|
| 47 |
program can be specified by the \env{R_BUILD_TAR} environment
|
47 |
program can be specified by the \env{R_BUILD_TAR} environment
|
| 48 |
variable. This will be faster for very large packages, and can be
|
48 |
variable. This may be substantially faster for very large packages,
|
| 49 |
needed for packages with long path names (over 100 bytes) or very
|
49 |
and can be needed for packages with long path names (over 100 bytes)
|
| 50 |
large files (over 8GB): however, the resulting tarball may not be
|
50 |
or very large files (over 8GB): however, the resulting tarball may not
|
| 51 |
portable.
|
51 |
be portable.
|
| 52 |
|
52 |
|
| 53 |
\command{R CMD check} by default unpacks tarballs by the internal
|
53 |
\command{R CMD check} by default unpacks tarballs by the internal
|
| 54 |
\code{\link{untar}} function: if needed an external \command{tar}
|
54 |
\code{\link{untar}} function: if needed an external \command{tar}
|
| 55 |
command can be specified by the environment variable
|
55 |
command can be specified by the environment variable
|
| 56 |
\env{R_INSTALL_TAR}: please ensure that it can handle the type of
|
56 |
\env{R_INSTALL_TAR}: please ensure that it can handle the type of
|