contrib.url {utils} | R Documentation |
contrib.url
adds the appropriate type-specific path within a
repository to each URL in repos
.
contrib.url(repos, type = getOption("pkgType"))
repos |
character vector, the base URL(s) of the repositories to use. |
type |
character string, indicating which type of packages: see
|
A character vector of the same length as repos
.
available.packages
, download.packages
,
install.packages
.
The ‘R Installation and Administration’ manual for how to set up a repository.