Include non-CRAN package in CRAN package

心不动则不痛 提交于 2019-12-01 15:18:47

Its possible, but! ...

There is a field in the DESCRIPTION file that that you can use:

Additional_repositories: http://ghrr.github.io/drat

BUT!

Everything that depends on the functionality from the package from the additional repository has to be absolutely optional.

So packages from this repo should be placed under Suggests.

Example

I am not 100% sure whether or not BioConductor and OmegaHat are considered mainstream or not.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!