Learn R Programming

miniCRAN (version 0.2.4)

makeLibrary: Deprecated function to download packages to local folder.

Description

Deprecated function to download packages to local folder.

Usage

makeLibrary(pkgs, path, type = "source")

Arguments

pkgs
Character vector of packages to download
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.