install_dir {xfun} | R Documentation |
Install a source package from a directory
Description
Run R CMD build
to build a tarball from a source directory, and run
R CMD INSTALL
to install it.
Usage
install_dir(pkg, build = TRUE, build_opts = NULL, install_opts = NULL)
Arguments
pkg |
The package source directory. |
build |
Whether to build a tarball from the source directory. If
|
build_opts |
The options for |
install_opts |
The options for |
Value
Invisible status from R CMD INSTALL
.
[Package xfun version 0.46 Index]