Learn R Programming

switchr (version 0.14.8)

makeBiocSVNURL: 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")

Value

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

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.