makeBiocSVNURL {switchr} | R 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 |
pkgtype |
character. Which type of packages to retrieve the SVN root url for. Should be
|
Value
A vector of urls for the specified packages within the Bioconductor SVN repository
[Package switchr version 0.14.8 Index]