InstallPackage: Installation of R packages

Description Usage Arguments Details Author(s) Examples

View source: R/preprocess_installation.R

Description

Installing the R packages coming from CRAN and bioconductor.

Usage

1
InstallPackage(Package=Packages, Type="CRAN")

Arguments

Package,

Character; (Required).

Type,

Character; the kind of repository(default: "CRAN").

Details

12/4/2021 Guangzhou China

Author(s)

Hua Zou

Examples

1
2
   Packages_list <- c("DESeq2", "GSVA")
   InstallPackage(Package=Packages_list, Type="bioconductor")

HuaZou/MyRtools documentation built on Jan. 6, 2022, 8:56 a.m.