BiocVers: BiocVers

View source: R/makeBiocVersions.R

BiocVersR 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.


switchr documentation built on March 31, 2023, 5:13 p.m.