Releases: Bioconductor/BiocManager
Releases · Bioconductor/BiocManager
CRAN Release 1.30.25
CHANGES IN VERSION 1.30.25
MINOR CHANGES
o Maintainer email change.
Full Changelog: v1.30.24...v1.30.25
CRAN Release v1.30.24
CHANGES IN VERSION 1.30.24
NEW FEATURES
o Force BiocManager to use unsupported version of R with `R_BIOC_VERSION`
environment variable (@mtmorgan, #193)
Full Changelog: v1.30.23...v1.30.24
CRAN Release v1.30.23
CHANGES IN VERSION 1.30.23
NEW FEATURES
o Ensure compatibility with `package_version` changes in R 4.4.0
(@kurthornik)
MINOR CHANGES
o Added "Updating old packages" and "Archived CRAN packages" sections in
the vignette
o Use `BiocStyle` formatting in the vignette
o Update Posit links in the vignette
CRAN Release v1.30.22
CHANGES IN VERSION 1.30.22
NEW FEATURES
o Enable site_repository environment variable or option for install, valid
MINOR CHANGES
o Ensure character input to package_version function (@kurthornik)
CRAN Release v1.30.21
CHANGES IN VERSION 1.30.21
NEW FEATURES
o Enable the use of the Bioc-devel branch on R-devel during the 'summer'
release cycle (@mtmorgan, #166)
o Allow `BIOCMANAGER_SITE_REPOSITORY` environment variable and
`BiocManager.site_repository` option as a more permanent option for
`site_repository` users (@LiNk-NY).
o Support for "time machine" CRAN installations has moved to BiocArchive
and has been removed from the package (#151, @LiNk-NY)
MINOR CHANGES
o Correct links on help pages. See
<https://github.com/Bioconductor/BiocManager/pull/160>; thanks
@aitap
o Additional documentation provided for offline use of BiocManager in
`?install` and in the main vignette (#165, @mtmorgan).
CRAN Release v1.30.20
CHANGES IN VERSION 1.30.20
NEW FEATURES
o Add `BIOCMANAGER_CHECK_REPOSITORIES` environment variable for
non-interactive sessions as an alternative to the
`BiocManager.check_repositories` option (#144, @HenrikBengtsson)
MINOR CHANGES
o Re-use and translate `update` and `ask` arguments when installing via
`install_github` (#126, @Jiefei-Wang)
o Allow `type` argument during package installation to opt out of binary
installations (#103, @lshep)
o Check `BiocVersion` installation with `system.file` rather than with
`packageVersion` (K. Hornik)
CRAN Release 1.30.19
CHANGES IN VERSION 1.30.19
MINOR CHANGES
o Updated warning message for clarity when packages are installed of the
same version or greater.
o The `ask` argument is passed through to the `remotes::install_github`
o Update unit tests which did not include the full scenario of options
o Catch zero length outputs when timeouts occur (#140, @hpages)
CRAN Release v1.30.18
CHANGES IN VERSION 1.30.18
MINOR CHANGES
o Increase robustness of code when loading and working with the
version map
o Add internal checks to version tags in map and update unit tests
o Include a 'troubleshooting' section in the vignette
CRAN Release v1.30.17
CHANGES IN VERSION 1.30.17
NEW FEATURES
o `containerRepository` reports the location of binary packages for
containerized images of Bioconductor, if available.
BUG FIXES
o `install` appropriately returns a warning from `install.packages` instead
of a character vector (#112, @mtmorgan).
CRAN Release v1.30.16
CHANGES IN VERSION 1.30.16
BUG FIXES
o Ensure that the `force` argument is passed along after installation of
`BiocVersion` (#105, @lshep, @jwokaty)
o Fix typo in `.VERSION_MAP_SENTINEL` (`RSPM` column name).