Releases: Bioconductor/BiocManager
CRAN Release v1.30.5
CHANGES IN VERSION 1.30.5
NEW FEATURES
- Allow users to specify
checkBuiltwhen invokingvalid()or
install(). Set defaultFALSE.
MINOR CHANGES
- Allow use of BiocInstaller for R < 3.5, pointing to biocLite()
when appropriate. - Improve performance of version checking (#42 @HenrikBengtsson).
- Document off-line installation best practices.
- Warn about out-of-date packages on load (in addition to on
attach) (#29)
CRAN Release v1.30.4
CHANGES IN VERSION 1.30.4
NEW FEATURES
- Provide an 'http' fallback when 'https' fails for accessing the version
map hosted on Bioconductor.org
MINOR CHANGES
- Conform tests to devel and release R versions
- Add tests for the 'http' fallback scenarios
BUG FIXES
- Fixed issue with multiple error version messages for Bioc version
3.9
'devel' and 'future' - Return a warning message instead of an error when unable to validate
a given version
CRAN Release v1.30.3
CHANGES IN VERSION 1.30.3
NEW FEATURES
- 'BIOCONDUCTOR_ONLINE_VERSION_DIAGNOSIS' option allows users to skip
online version map validation. Local installation of 'BiocVersion' will be
used when this option is enabled.
MINOR CHANGES
-
Removed extra prompts when switching versions and updating packages
-
Added several unit tests to increase robustness (@mtmorgan)
BUG FIXES
-
Obtain CRAN 'repos' option independent of name (@kasperdanielhansen #17)
-
Fixed a bug when switching to 'devel' version of Bioconductor
(@kasperdanielhansen #25) -
When installation is valid, return zero invalid packages rather than
accessing non-existent list structure
CRAN Release v1.30.2
CHANGES IN VERSION 1.30.2
USER VISIBLE CHANGES
-
install() only allows Bioconductor version upgrades and downgrades with
an empty 'pkgs' argument. Otherwise, it gives the user an informative error. -
'ask' argument is respected when in non-interactive mode (@lshep #9)
-
valid() returns TRUE for valid Bioconductor installations otherwise,
it prints a report of out-of-date and/or too new packages
MINOR CHANGES
-
updated unit tests for install()
-
when changing versions via 'install(version = "x.x")', Bioconductor
packages to be up or down-graded are now enumerated
BUG FIXES
- Remove tests that were dependent on system configuration rather
than the package itself
CRAN Release v1.30.1
CHANGES IN VERSION 1.30.1
BiocManager (formerly BiocInstaller) is now part of CRAN 🎉
USER VISIBLE CHANGES
- install() '...' arguments must be named.
NEW FEATURES
-
install() supports github repositories using the remotes
package, rather than devtools. This change should be transparent
to end users. (From Peter Hickey @PeteHaitch,
Bioconductor/BiocInstaller#4) -
functions renamed to the following: biocLite > install;
biocInstallRepos > repositories; biocValid > valid;
biocVersion > version -
functions removed: biocases_group, biocUpdatePackages, isDevel,
useDevel, *_group -
available() enables package discovery via grep()