/actions

GitHub Actions for the R community

Primary LanguageJavaScriptCreative Commons Zero v1.0 UniversalCC0-1.0

GitHub Actions for the R language

R build status RStudio community

This repository stores GitHub Actions, which can be used to do a variety of CI and CD tasks for R projects.

  1. r-lib/actions/setup-r - Sets up R
  2. r-lib/actions/setup-pandoc - Sets up pandoc
  3. r-lib/actions/setup-tinytex - Sets up LaTeX with tinytex
  4. r-lib/actions/pr-fetch - Fetches changes of a PR associated with an event
  5. r-lib/actions/pr-push - Pushes changes to a PR associated with an event
  6. r-lib/actions/run-rchk - Runs rchk tests to detect memory protection errors in C source code.

Examples

See the r-lib/actions/examples directory for a variety of example workflows using these actions.

License CC0 licensed

All examples in this repository are published with the CC0 license.