LiNk-NY
released this
CHANGES IN VERSION 1.30.10
MINOR CHANGES
o Restore startup message with recommended version
o Update mis-configuration skip in tests
Assets
2
LiNk-NY
released this
CHANGES IN VERISON 1.30.9
MINOR CHANGES
o Use `packageStartupMessage()` in .onLoad
o Tests are robust to missing Suggests: BiocVersion
Assets
2
LiNk-NY
released this
CHANGES IN VERSION 1.30.8
MINOR CHANGES
o Tests are skipped if is there is a misconfiguration or the CRAN
builder has no internet access.
Assets
2
LiNk-NY
released this
CHANGES IN VERSION 1.30.7
NEW FEATURES
* Support R-4.0
MINOR CHANGES
* Conform to CRAN policy to fail with messages rather than
warnings or errors when internet access fails; internet access
failures continue to generate warnings or errors during regular
use.
CHANGES IN VERSION 1.30.6
MINOR CHANGES
* Improve unit tests under Bioconductor versions 3.8, 3.9, 3.10.
* Improve error message when non-interactive version update fails.
BUG FIXES
* BiocManager loads when off-line.
Assets
4
LiNk-NY
released this
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)
Assets
2
LiNk-NY
released this
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
Assets
4
LiNk-NY
released this
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
Assets
4
LiNk-NY
released this
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
Assets
4
LiNk-NY
released this
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()