installLibrary: Install package of specific version

Description Usage Arguments Details Value Examples

View source: R/load_install_library_file.R

Description

Install package of specific version

Usage

1
2
3
4
5
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) 

gelfondjal/adapr documentation built on Feb. 2, 2020, 1:32 a.m.