Releases: Bioconductor/BiocManager
Releases · Bioconductor/BiocManager
CRAN Release v1.30.27
CHANGES IN VERSION 1.30.27
MINOR CHANGES
o Integrate changes to unit tests with testthat version 3.3.0 (@hadley,
#202)
What's Changed
New Contributors
Full Changelog: v1.30.26...v1.30.27
CRAN Release v1.30.26
CHANGES IN VERSION 1.30.26
MINOR CHANGES
o Remove mention of biocLite script and remove `.LEGACY_INSTALL_CMD`
(@sneumann, #195)
o Explain management of multiple Bioconductor versions when using the same
R version in the vignette
o Use `BIOCONDUCTOR_NAME` environment variable for binary URL resolution
(@almahmoud, #199)
o Use `download.file` to obtain the `config.yaml` file before running
`readLines` (@glin, #198)
Full Changelog: v1.30.25...v1.30.26
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