An open API service indexing awesome lists of open source software.

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

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.