CRAN Package Depends on Bioconductor Package Installing error

后端 未结 3 1332
陌清茗
陌清茗 2021-02-08 01:01

I manage the Depends, suggests and imports of the description file. and finally I submit my package to CRAN. But during installation the package, it only install th

3条回答
  •  一向
    一向 (楼主)
    2021-02-08 01:22

    This is not documented anywhere but the trick is that you add a line that says biocViews: in your DESCRIPTION file (yes, it ends with a colon and then no need to list anything, you can keep it blank). Then R will know to check bioconductor repositories for the package requirements.

提交回复
热议问题