R CMD INSTALL to install the package. Will
also try to install dependencies of the package from
CRAN, if they're not already installed.install(pkg = NULL, reload = TRUE, quick = FALSE,
args = NULL)as.package for more informationTRUE (the default), will
automatically reload the package after installing.TRUE skips docs,
multiple-architectures, and demos to make installation as
fast as possible.R CMD
install.R CMD build to avoid modifying the
local directory in any way.with_debug to install packages with
debugging flags set. Other package installation:
install_bitbucket,
install_github,
install_gitorious,
install_url, install_version