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

View source: R/makePkgUrl.R

makePkgUrlR 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


Bioconductor/pkgDepTools documentation built on Nov. 19, 2022, 1:32 a.m.