Make SVN url for a Bioconductor package given the name, bioc version, and type of package.
makeBiocSVNURL(name, biocVers = getBiocvrFromRvr(), pkgtype = "software")
A vector of urls for the specified packages within the Bioconductor SVN repository
A vector of bioconductor package names The name of the package
The version (release) of bioconductor, or 'trunk'
(the default) for
Bioc devel.
character. Which type of packages to retrieve the SVN root url for. Should be
"software"
or "data"
for software and experimental data packages,
respectively.