This repository stores GitHub Actions associated with R WebAssembly tasks, which can be used in CI. It also has a number of example workflows which use these actions.
We use major version tags to mark breaking changes in these actions. For the current version, please use the v1
tag, e.g.:
- uses: r-wasm/actions/build-wasm-packages@v1
-
r-wasm/actions/build-wasm-packages - Build a list of R packages for WebAssembly, create an R library, and build a CRAN-like repository containing the R package binaries.
-
r-wasm/actions/download-wasm-artifacts - Download GitHub Actions artifacts previously uploaded by
r-wasm/actions/build-wasm-packages
.
- r-lib/actions - GitHub Actions for the R community
- quarto-dev/quarto-actions - Quarto related actions: install, render, publish
See the r-wasm/actions/examples directory for example workflows using these actions.