makePkgUrl {pkgDepTools}R Documentation

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.

Author(s)

Seth Falcon


[Package pkgDepTools version 1.6.0 Index]