makeBiocSVNURL: Make a Bioconductor SVN url for a package

View source: R/retrievePkgVersion.R

makeBiocSVNURLR Documentation

Make a Bioconductor SVN url for a package

Description

Make SVN url for a Bioconductor package given the name, bioc version, and type of package.

Usage

makeBiocSVNURL(name, biocVers = getBiocvrFromRvr(), pkgtype = "software")

Arguments

name

A vector of bioconductor package names The name of the package

biocVers

The version (release) of bioconductor, or 'trunk' (the default) for Bioc devel.

pkgtype

character. Which type of packages to retrieve the SVN root url for. Should be "software" or "data" for software and experimental data packages, respectively.

Value

A vector of urls for the specified packages within the Bioconductor SVN repository


gmbecker/switchr documentation built on Feb. 24, 2023, 12:59 p.m.