Learn R Programming

adapr (version 2.0.0)

adaprInstall: Install adapr in a library adaprInstall.R

Description

Install adapr in a library adaprInstall.R

Usage

adaprInstall(library.location = getProjectLibrary("adaprHome"),
  betaTF = getAdaprOptions()$adaprBeta)

Arguments

library.location

file path to library

betaTF

logical indicating whether to install from github or CRAN.

Value

logical for succesful creation or not

Details

Installs dependencies

Examples

Run this code
# NOT RUN {
 adaprInstall(library.location=getProjectLibrary("adaprHome") ,betaTF=FALSE)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab