Learn R Programming

adapr (version 2.0.0)

installLibrary: Install package of specific version

Description

Install package of specific version

Usage

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

Value

Library information data

Details

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

Examples

Run this code
# NOT RUN {
setProject("adaprHome")
installLibrary()
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab