BiocManager
Access the Bioconductor Project Package Repository
Bioconductor's installer, frozen at 1.30.x and tuned almost entirely through environment variables
◆Recent moves
- 9mo ago
Unit tests updated for testthat 3.3.0
Adapts the test suite to testthat 3.3.0, contributed upstream. Test-only maintenance with no change to installer behaviour.
View source ↗ - 1y ago
biocLite legacy path removed, binary URLs get an env var
Finally drops the biocLite mention and the legacy install command, and adds BIOCONDUCTOR_NAME for binary URL resolution alongside a safer config.yaml fetch. It closes out a migration Bioconductor started years ago while continuing the environment-variable pattern.
View source ↗ - 1y ago
Maintainer email updated
A maintainer email change and nothing else, released a day after the previous version. Metadata only.
View source ↗ - 1y ago
R_BIOC_VERSION forces an unsupported R pairing
Adds R_BIOC_VERSION so users can deliberately run Bioconductor against an R version it does not officially support. An escape hatch for the version-pinning that is otherwise the package's whole job.
View source ↗ - 2y ago
R 4.4.0 package_version compatibility
Absorbs a change to package_version in R 4.4.0 and expands the vignette with sections on updating old and archived packages. Compatibility upkeep for a package that has to track R's own release cycle closely.
View source ↗ - 2y ago
site_repository settable by environment variable or option
Lets site_repository be set through an environment variable or option rather than passed per call, which is what institutional and CI installs need. Part of the same non-interactive configuration push as the later additions.
View source ↗