BiocVers {switchr} | R Documentation |
BiocVers
Description
A constructor for creating a RepoSubset object for a specified release of Bioconductor, which includes only the BiocInstaller package.
Usage
BiocVers(
version = getBiocReleaseVr(),
name = paste("BioC", version, sep = "_"),
repos = biocReposForVers(version)
)
Arguments
version |
The version of Bioconductor |
name |
The default name for switchr libraries created with this object |
repos |
The urls of the Bioconductor repositories. these will be modified automatically to match the specified version |
Value
A RepoSubset object for the specified release of Bioconductor, which contains only the BiocInstaller or BiocManager package, as appropriate for that version.
[Package switchr version 0.14.8 Index]