View source: R/rm_install_packages.R
rm_install_packages
1 2 3 4 5 6 7 8 | rm_install_packages(
git_pkgs = NULL,
git_private_pkgs = NULL,
cran_pkgs = NULL,
load_after_install = T,
force_git = F,
force_git_private = F
)
|
git_pkgs |
A character vector with all packages from public github repositories, specified as "username/reponame@branch" |
git_private_pkgs |
A character vector with all packages from private github repositories, specified as "username/reponame@branch" |
cran_pkgs |
A character vector with all package names from cran |
load_after_install |
defaults to T, loads all pkgs after installation |
force_git |
for public github packages, force installation |
force_git_private |
for private github packages, force installation |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.