CI/CD
For a package:
- Source package in GH
- Multiple developers have permissions to push
- External developers can push via PR
- Main idea: development tasks can be executed automatically when certain events happen
Example: Automate R CMD check
(runs checks remotely, on various OS’s)