repoBinPath {miniCRAN}R Documentation

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

Possible values are (currently) "source", "mac.binary" and "win.binary": the binary types can be listed and downloaded but not installed on other platforms. Passed to download.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"


[Package miniCRAN version 0.2.10 Index]