boost_install_packages: boost_install_packages

Description Usage Arguments Details Value Examples

View source: R/pengToolkit.R

Description

receive a vector of packages and install them from cran or bioconductor

Usage

1
2
3
4
5
6
7
boost_install_packages(
  my_packages = my_packages,
  loaded = F,
  parallels = F,
  mirror = F,
  jobs = F
)

Arguments

my_packages

input a vector of your packages

loaded

logical

parallels

logical or numeric

mirror

logical

jobs

logical

Details

you can use this function to download a batch of uninstalled packages from CRAN or bioconductor and stop if exists.

Value

information about what did the function do

Examples

1
2
boost_install_packages(c("devtools", "roxygen2", "testthat"))
boost_install_packages(my_packages = c("devtools", "roxygen2", "testthat"))

mugpeng/pengToolkit documentation built on Dec. 21, 2021, 11:01 p.m.