installLibrary: Install package of specific version

Description Usage Arguments Details Value Examples

Description

Install package of specific version

Usage

1
2
installLibrary(input = getLibrary(), lib = getProjectLibrary(),
  versionCheck = FALSE)

Arguments

input

data.frame with 3 columns package version repos to install

lib

path to local library

versionCheck

logical to install specific version

Details

Calls adapr::install and installs from CRAN and bioconductor packages. Local packages will not be installed.

Value

Library information data

Examples

1
2
3
4
5
## Not run: 
setProject("adaprHome")
installLibrary()

## End(Not run) 

adapr documentation built on May 1, 2019, 7:05 p.m.