Learn R Programming

miniCRAN (version 0.2.4)

repoBinPath: Construct path to full binary location

Description

Construct path to full binary location

Usage

repoBinPath(path, type, Rversion)

Arguments

path
Destination download path. This path is the root folder of your new repository.
type
character, indicating the type of package to download and install. See install.packages.
Rversion
List with two named elements: `major` and `minor`. If not supplied, defaults to system version of R, using R.version. Only used if type is not "source"