Slide 3
Slide 3 text
LIEBER INSTITUTE for BRAIN DEVELOPMENT
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-host
ed-runners
● 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/