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


gmbecker/switchr documentation built on Feb. 24, 2023, 12:59 p.m.