Learn R Programming

pkgDepTools (version 1.38.0)

makePkgUrl: Create a URL for a Package in a CRAN-Style Repository

Description

Given a CRAN-style package repository meta data matrix as returned by available.packages, return a character vector of complete URLs for each package.

Usage

makePkgUrl(pMat, type = getOption("pkgType"))

Arguments

pMat
matrix as returned by available.packages
type
character string, used to determine file extension. Should match the argument used to generate pMat.

Details

Internal function.