20.3 CI/CD

For a package:

  1. Source package in GH
    • Multiple developers have permissions to push
    • External developers can push via PR
  2. Main idea: development tasks can be executed automatically when certain events happen

Example: Automate R CMD check (runs checks remotely, on various OS’s)