Install a source package from a directory
Run R CMD build
to build a tarball from a source directory, and run
R CMD INSTALL
to install it.
install_dir(src, build = TRUE, build_opts = NULL, install_opts = NULL)
src |
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 |
Invisible status from R CMD INSTALL
.
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.