rafapereirabr / actions

GitHub Actions for the R community

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

GitHub Actions for the R community

License:Creative Commons Zero v1.0 Universal


Languages

Language:JavaScript 56.9%Language:TypeScript 40.8%Language:Shell 1.7%Language:Dockerfile 0.4%Language:R 0.1%Language:HTML 0.1%