Skip to content

@LiNk-NY LiNk-NY released this Nov 18, 2019 · 21 commits to master since this release

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 LiNk-NY released this Oct 22, 2019 · 34 commits to master since this release

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 LiNk-NY released this Oct 15, 2019 · 43 commits to master since this release

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 LiNk-NY released this Oct 7, 2019 · 54 commits to master since this release

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 LiNk-NY released this Oct 7, 2019 · 1 commit to 77c2b0d3fa31903e0e0da067c0899d4883e59de1 since this release

CHANGES IN VERSION 1.30.5


NEW FEATURES

  • Allow users to specify checkBuilt when invoking valid() or
    install(). Set default FALSE.

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 LiNk-NY released this Nov 12, 2018 · 126 commits to master since this release

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 LiNk-NY released this Oct 4, 2018 · 135 commits to master since this release

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

  • Clarified 'See Also' documentation (@lwaldron #16)

  • 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 LiNk-NY released this Aug 28, 2018 · 172 commits to master since this release

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 LiNk-NY released this Aug 7, 2018 · 209 commits to master since this release

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()

Assets 3
You can’t perform that action at this time.