Skip to content

Commit

Permalink
yaml error check 5
Browse files Browse the repository at this point in the history
aminuldu07 committed Oct 2, 2024
1 parent 1917507 commit 20fac5e
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
@@ -41,16 +41,25 @@ jobs:
http-user-agent: ${{ matrix.config.http-user-agent }}
use-public-rspm: true

- uses: ./setup-r-dependencies
- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::rcmdcheck
needs: check

- uses: ./check-r-package
- uses: r-lib/actions/check-r-package@v2
with:
upload-snapshots: true
build_args: 'c("--no-manual","--compact-vignettes=gs+qpdf")'

# - uses: ./setup-r-dependencies
# with:
# extra-packages: any::rcmdcheck
# needs: check
#
# - uses: ./check-r-package
# with:
# upload-snapshots: true
# build_args: 'c("--no-manual","--compact-vignettes=gs+qpdf")'

# - name: Log R setup
# run: echo "R version ${{ matrix.config.r }} has been set up."
#

0 comments on commit 20fac5e

Please sign in to comment.