add_package: Add a package to the packages.R file

Description Usage Arguments Examples

View source: R/add_package.R

Description

Packages can be in Github format ('user/packagename') as well as pure 'packagename'. If bioC=TRUE, all the packages must be from Bioconductor

Usage

1
add_package(pkgs, homedir = ".", bioC = FALSE)

Arguments

pkgs

A character vector of packages

homedir

Where are these being included

bioC

Whether packages are from Bioconductor

Examples

1
add_package(c('tidyverse','broom','stringr'))

webbedfeet/ProjTemplate documentation built on May 29, 2019, 10:50 a.m.