Skip to content

Commit

Permalink
Add revdep checks (#507)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexAxthelm authored Jun 24, 2024
1 parent fb3bae3 commit 2d7cf34
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/R.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ jobs:
R-package:
name: R Package Checks
uses: RMI-PACTA/actions/.github/workflows/R.yml@main
with:
revdeps: |
[
{"pkg": "RMI-PACTA/r2dii.plot"},
{"pkg": "r2dii.plot"}
]
dev-r-cmd-check:
name: R CMD Check (dev versions)
Expand Down

0 comments on commit 2d7cf34

Please sign in to comment.