Slide 7
Slide 7 text
GitHub Actions
● Saves you time
● Enables automatically testing your package on winOS, macOS, linux,
docker
○ https://docs.github.com/en/actions/reference/virtual-environments-for-github-hosted-run
ners
● Reproducible framework
○ Particularly when you use docker http://bioconductor.org/help/docker/
○ powered by https://www.rocker-project.org/
● But it’s also cutting edge
○ You might run into the latest R issues
○ Might need to figure out how to install
● https://github.com/r-lib/actions
● https://www.jimhester.com/talk/2020-rsc-github-actions/