Closed DesiQuintans closed 5 years ago
In the process of doing my checks for CRAN submission I found that BiocManager does not support R 3.4.x
releases. This could be a problem because I was trying to maintain R-oldrelease
compatibility because I care about my users haha. There are two paths from here:
biocLite
, keeping that until there is a new minor release of R. At that point, R-current
will become R-oldrelease
and a BiocManager
will exist for it.BiocManager
if the R version is > 3.5.0 (Suggests
?), and include a check in shelf()
that runs either biocLite
or BiocManager
depending on the R version.This hasn't come up as an issue in the last 5 months, so I will mark this transition as done.
For now (2018-11-15),
librarian
usesbiocLite
to install and update Bioconductor packages. This is still working, and the Bioconductor team have not indicated that this will change.But it's important to a) stay on top of API changes, and b) provide
BiocManager
's features tolibrarian
users.librarian
will therefore transition to BiocManager too.See: https://twitter.com/biologeek/status/1060445010770964481
See: https://bioconductor.org/install/#why-biocmanagerinstall