We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a1a35f commit 65a42cdCopy full SHA for 65a42cd
.github/workflows/check.yaml
@@ -24,6 +24,10 @@ jobs:
24
uses: insightsengineering/r.pkg.template/.github/workflows/build-check-install.yaml@main
25
secrets:
26
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
31
coverage:
32
name: Coverage 📔
33
uses: insightsengineering/r.pkg.template/.github/workflows/test-coverage.yaml@main
0 commit comments