packages: Build list of packages

Description Usage Arguments Author(s) Examples

Description

Creates the list of packages to be installed on the server

Usage

1
packages(cran = NULL, bioc = NULL, ...)

Arguments

cran

a character vector specifying packages from CRAN repository that you would like to install

bioc

a character vector specifying packages from the Bioconductor repository that you would like to install

...

further parameters to be passed the cran_packages() internal function

Author(s)

VP Nagraj (vpnagraj@virginia.edu)

Examples

1
2
3
4
## Not run: 
packages(cran = c("dplyr", "ggplot2", "epicontacts", "rrefine"))

## End(Not run)

vpnagraj/bootstrapr documentation built on June 24, 2019, 4:23 p.m.