https://github.com/predictiveecology/actions
collection of GitHub Actions workflows
https://github.com/predictiveecology/actions
Last synced: 7 months ago
JSON representation
collection of GitHub Actions workflows
- Host: GitHub
- URL: https://github.com/predictiveecology/actions
- Owner: PredictiveEcology
- License: mit
- Created: 2022-10-25T20:22:26.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-07-11T07:13:52.000Z (about 1 year ago)
- Last Synced: 2025-07-11T09:10:23.160Z (about 1 year ago)
- Size: 52.7 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS.md
- License: LICENSE
Awesome Lists containing this project
README
# actions
Collection of GitHub Actions workflows used by the Predictive Ecology group to
test packages, `SpaDES` modules, and render `SpaDES` module manuals.
# Releases and tags
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](https://github.com/PredictiveEcology/actions/blob/main/NEWS.md) for description of changes made at each version tag.
# List of actions
For details and example usage of each action, please see the corresponding action's `README` file.
1. [PredictiveEcology/actions/install-Require](https://github.com/PredictiveEcology/actions/tree/main/install-Require) - Installs `Require` (and `remotes`);
1. [PredictiveEcology/actions/install-Rmd-pkgs](https://github.com/PredictiveEcology/actions/tree/main/install-Rmd-pkgs) - Installs packages commonly needed to render SpaDES module manuals;
1. [PredictiveEcology/actions/install-SpaDES](https://github.com/PredictiveEcology/actions/tree/v0/install-SpaDES) - Installs `SpaDES` packages;
1. [PredictiveEcology/actions/install-spatial-deps](https://github.com/PredictiveEcology/actions/tree/main/install-spatial-deps) - installs additional system dependencies for geospatial packages on Ubuntu Linux and macOS;
1. [PredictiveEcology/actions/revdeps-check](https://github.com/PredictiveEcology/actions/tree/main/revdeps-check) - run reverse dependency checks for R packages;
# More information on GitHub Actions