EmilHvitfeldt / bookdown-github-actions-netlify

Example of using Github Actions to deploy bookdown on Netlify
https://bookdown-github-actions-netlify.netlify.com/
Creative Commons Zero v1.0 Universal
21 stars 3 forks source link

R-CMD-check failure #1

Open higgi13425 opened 4 years ago

higgi13425 commented 4 years ago

Hi Emil,

While I followed the blog post and have been successful (hooray! and thanks!) in getting this skeleton of a book on Netlify, I am getting an email from GitHub every time I push the book to GitHub.

message line: [higgi13425/rmrwr-book] Run failed: R-CMD-check - master (44e2925)

Contents of email: Run failed for master (44e2925)

Repository: higgi13425/rmrwr-book Workflow: R-CMD-check Duration: 1 minute and 56.0 seconds Finished: 2020-03-21 22:24:05 UTC

View results

Jobs: 3238c688-6b65-561e-b91c-95930ccb262e failed (3 annotations) — You are receiving this because this workflow ran on your branch. Manage your GitHub Actions notifications here.

Is there a way to turn off R-CMD-check? Or fix this problem if it is truly a problem?

For reference: GitHub repo: https://github.com/higgi13425/rmrwr-book Netlify: https://rmrwr-book.netlify.com

thanks, Peter

higgi13425 commented 4 years ago

It turns out that one of the usethis steps suggests (in the console) adding RCMD check. (copy paste from the usethis step. It might be good to warn users NOT to copy-paste this chunk.

On a completely different question - would it be reasonable to do a similar blog post with a detailed walkthrough on how to use Github Actions for blogdown blogs?