这几天发现我的BiocManager使用不了了:

Bioconductor version '3.8' is out-of-date; the current release version '3.9' is available with R version '3.6'

 一直提示这个问题,后来我在github的项目 issue里找到了解决方式

BiocManager::install(version="3.9") 

Bioconductor的官网都没有这个更新的信息...

相关文章:

  • 2022-12-23
  • 2021-12-19
  • 2021-05-18
  • 2021-04-28
  • 2021-08-21
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-01-25
  • 2022-12-23
  • 2021-08-27
  • 2022-02-03
  • 2021-07-25
  • 2022-01-05
  • 2022-12-23
相关资源
相似解决方案