Collection of GitHub Actions workflows used by the Predictive Ecology group to
test packages, SpaDES modules, and render SpaDES module manuals.
We use major version tags to mark breaking changes in these actions.
For the most recent current version use the main tag, although note that this is likely to change unexpectedly as we update this repo.
We recommend using a fixed, stable version of the actions, either by specifying a version tag (e.g., v0.1) or, even better, by specifying a specific git commit sha (because tags can be changed).
See NEWS.md for description of changes made at each version tag.
For details and example usage of each action, please see the corresponding action's README file.
- PredictiveEcology/actions/install-Require - Installs
Require(andremotes); - PredictiveEcology/actions/install-Rmd-pkgs - Installs packages commonly needed to render SpaDES module manuals;
- PredictiveEcology/actions/install-SpaDES - Installs
SpaDESpackages; - PredictiveEcology/actions/install-spatial-deps - installs additional system dependencies for geospatial packages on Ubuntu Linux and macOS;
- PredictiveEcology/actions/revdeps-check - run reverse dependency checks for R packages;