kasperdanielhansen / genbioconductor

Materials for Genomics Data Science: Introduction to Bioconductor
Other
92 stars 79 forks source link

biocLite is deprecated #11

Open gillsignals opened 5 years ago

gillsignals commented 5 years ago

Throughout the code, you install packages using biocLite. However, the BiocInstaller package is deprecated as of Bioconductor 3.8 and will be removed in Bioconductor 3.9 (see release notes).

You should consider replacing biocLite calls with BiocManager::install instead, especially as the tutorials are directed towards Bioconductor novices who may not yet know how to troubleshoot install/deprecation issues.

Thanks for your courses!