| install_cran {devtools} | R Documentation |
This function is vectorised on pkgs so you can install multiple
packages in a single command.
install_cran(pkgs, repos = getOption("repos"), type = getOption("pkgType"),
..., quiet = FALSE)
pkgs |
Character vector of packages to install. |
repos |
A character vector giving repositories to use. |
type |
Type of package to |
... |
Additional arguments passed to |
quiet |
If |
Other package installation: install_bioc,
install_bitbucket,
install_github, install_git,
install_svn, install_url,
install_version, install,
uninstall
## Not run:
install_cran("ggplot2")
install_cran(c("httpuv", "shiny")
## End(Not run)