gaborcsardi/Run a Dockerized R app

Run a Dockerized R app on GitHub Actions, and deploy the results to GitHub Pages.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Oct 1, 2024
License
None

Pinned Snippet

workflow.ymlSHA-pinned
uses: gaborcsardi/run-r-app@9297906c9c0990be0796f1f465ab2ca6ab32d1db # no releases — HEAD as of 2026-07-11

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
app-dirDirectory of the R app. It will be used as the working directory. /app
branchBranch to publish, default is `gh-pages`. gh-pages
mainThe name of the R file to run with `Rscript`. It is a path relative to the app directory (the `app-dir` parameter). The default is `index.R`. index.R

no outputs