A constructor for creating a RepoSubset object for a specified release of Bioconductor, which includes only the BiocInstaller package.
BiocVers(
version = getBiocReleaseVr(),
name = paste("BioC", version, sep = "_"),
repos = biocReposForVers(version)
)
A RepoSubset object for the specified release of Bioconductor, which contains only the BiocInstaller or BiocManager package, as appropriate for that version.
The version of Bioconductor
The default name for switchr libraries created with this object
The urls of the Bioconductor repositories. these will be modified automatically to match the specified version