Open briatte opened 3 years ago
Done, mostly. Left to do:
README.md
to actually work:https://fromthebottomoftheheap.net/2020/04/30/rendering-your-readme-with-github-actions/
This will require renv
:
Via the help paragraph for the bookdown
GHA:
https://github.com/r-lib/actions/tree/master/examples#build-bookdown-site
Gavin's workflow:
https://github.com/gavinsimpson/gratia/blob/master/.github/workflows/readme-renderer.yaml
Used an even simpler GHA:
https://www.etiennebacher.com/posts/2021-03-19-use-github-actions-with-r-markdown-and-distill/
This removes the use of renv
, which should fix #68.
https://ropensci.org/blog/2020/11/19/moving-away-travis/
Old
.travis.yml
settings copied below for reference.covr::coveralls()
is still mentioned, but was not in use.Things to copy:
All of those things are thankfully covered in the examples of
r-lib/actions
:https://github.com/r-lib/actions/tree/master/examples