https://github.com/ms609/actions
GitHub actions for the R language
https://github.com/ms609/actions
Last synced: 5 months ago
JSON representation
GitHub actions for the R language
- Host: GitHub
- URL: https://github.com/ms609/actions
- Owner: ms609
- License: gpl-3.0
- Created: 2022-11-04T08:27:19.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2026-02-02T14:03:17.000Z (6 months ago)
- Last Synced: 2026-02-03T01:44:31.891Z (6 months ago)
- Size: 125 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GitHub actions for the R language
A collection of GitHub actions I've developed to enact continuous integration
on my [R packages](https://smithlabdurham.github.io/#!software).
These build on [r-lib actions](https://www.tidyverse.org/blog/2022/06/actions-2-0-0/)
to facilitate some common tasks.
## List of actions
1. [ms609/actions/codemeta.R](https://github.com/ms609/actions/tree/main/codemeta):
Write package metadata to `codemeta.js`
1. [ms609/actions/pkgdown.R](https://github.com/ms609/actions/tree/main/pkgdown):
Create package documentation website with [pkgdown](https://pkgdown.r-lib.org/).
Adapted from [r-lib example](https://github.com/r-lib/actions/tree/v2/examples#build-pkgdown-site).
1. [ms609/actions/revdepcheck.R](https://github.com/ms609/actions/tree/main/revdepcheck):
Check reverse dependencies using [r-lib/revdepcheck](https://github.com/r-lib/revdepcheck).
1. [ms609/actions/validate-ctv.R](https://github.com/ms609/actions/tree/main/validate-ctv):
Ensure that CRAN task views are valid.