Skip to content

Commit 65a42cd

Browse files
authored
Add --as-cran for R CMD check (#89)
1 parent 8a1a35f commit 65a42cd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/check.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ jobs:
2424
uses: insightsengineering/r.pkg.template/.github/workflows/build-check-install.yaml@main
2525
secrets:
2626
REPO_GITHUB_TOKEN: ${{ secrets.PHARMAVERSE_BOT }}
27+
with:
28+
additional-r-cmd-check-params: --as-cran
29+
additional-env-vars: |
30+
_R_CHECK_CRAN_INCOMING_REMOTE_=false
2731
coverage:
2832
name: Coverage 📔
2933
uses: insightsengineering/r.pkg.template/.github/workflows/test-coverage.yaml@main

0 commit comments

Comments
 (0)