https://github.com/randy3k/github-action-rchk
GitHub Action running rchk for an R package
https://github.com/randy3k/github-action-rchk
continuous-integration github-actions r rchk
Last synced: about 2 months ago
JSON representation
GitHub Action running rchk for an R package
- Host: GitHub
- URL: https://github.com/randy3k/github-action-rchk
- Owner: randy3k
- Created: 2019-11-01T06:04:37.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-02T06:47:11.000Z (over 6 years ago)
- Last Synced: 2025-03-18T01:39:50.662Z (over 1 year ago)
- Topics: continuous-integration, github-actions, r, rchk
- Language: Shell
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GitHub Action running rchk for an R package
Just put this in your workflow
```yml
rchk:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: randy3k/github-action-rchk@master
with:
apt:
package:
```
Any `apt` dependencies could be installed by providing the `apt` argument. For example, `apt: libxml2-dev libssl-dev` etc.
The `package` is the optional package name. If left empty, it will be determined from the repo name.