install_dir | R Documentation |
Run R CMD build
to build a tarball from a source directory, and run
R CMD INSTALL
to install it.
install_dir(pkg, build = TRUE, build_opts = NULL, install_opts = NULL)
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 |
Invisible status from R CMD INSTALL
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.