问题
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