Entering edit mode
Thanks to all developers and community members for contributing to the project! Please see the full release announcement here: https://www.bioconductor.org/news/bioc_3_8_release/ The Bioconductor Team
Thanks to all developers and community members for contributing to the project! Please see the full release announcement here: https://www.bioconductor.org/news/bioc_3_8_release/ The Bioconductor Team
Use of this site constitutes acceptance of our User Agreement and Privacy Policy.
I found that because I was using already
BiocManager
with Bioc 3.7 I had to useBiocManager::install(version = "3.8")
in order to upgrade to Bioc 3.8.Yes - I happen to be teaching a workshop tomorrow on Bioconductor, and the new way to upgrade to BioC took me a while to find. Previously, biocLite() would check and give a message that a newer version of Bioconductor was available for your version of R, but it doesn't like BiocManager::install() has that check in place (yet?)!
If you had transitioned to BiocManager already for version 3.7, the following message shows up
I guess BiocInstaller is silent about upgrading; we'll look in to that...