Workaround to allow badges in package README.md on github but not in CRAN version

只愿长相守 提交于 2019-12-11 15:33:24

问题


R CMD check packagename_0.1.1.tar.gz --as-cran produces a WARNING if badges are present in README.md. This causes consequences like travis CI to fail (since it treats warnings as errors)

Is there a workaround to get the check to pass without removing the badges?

来源:https://stackoverflow.com/questions/56346524/workaround-to-allow-badges-in-package-readme-md-on-github-but-not-in-cran-versio

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