Skip to content

Commit

Permalink
Create R-devel-check
Browse files Browse the repository at this point in the history
  • Loading branch information
brandmaier committed Mar 25, 2024
1 parent 93edaea commit 1f41266
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/R-devel-check
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
on: workflow-dispatch

name: R-CMD-check

jobs:
devel-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: r-lib/actions/setup-r@v2
with:
r-version: 'devel'
# Use "renv" to retrieve R version recorded in renv.lock file.
- run: 'R CMD check ./'

0 comments on commit 1f41266

Please sign in to comment.