PkgUtils
Utilities for Building and Checking Add-on Packages
Utilities for checking whether the sources of an Radd-on package work correctly, and for building a source package from them.
- Keywords
- utilities
Usage
R CMD check [options] pkgdirs
R CMD build [options] pkgdirs
Arguments
- pkgdirs
- a list of names of directories with sources of Radd-on packages. For
check
these can also be the filenames of compressedtar archives with extension .tar.gz ,.tgz ,.tar.bz2 or.tar.xz . - options
- further options to control the processing, or for obtaining information about usage and version of the utility.
Details
Use The defaults for some of the options to By default foo
."internal"
option to
tar
to prepare the tarball. An external untar
function: if needed an external
Note
They make use of a temporary directory specified by the environment
variable TMPDIR
and defaulting to c:/TEMP. Do ensure
that if set forward slashes are used.
See Also
The sections on