rm_install_packages: rm_install_packages

Description Usage Arguments

View source: R/rm_install_packages.R

Description

rm_install_packages

Usage

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
)

Arguments

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


remichel/rmTools documentation built on Dec. 11, 2021, 6:59 a.m.