Skip to content

Commit

Permalink
use old version of evaluate for 3.6 check
Browse files Browse the repository at this point in the history
  • Loading branch information
ygeunkim committed Jun 18, 2024
1 parent 5be624c commit 65cfe8d
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,21 +43,11 @@ jobs:
http-user-agent: ${{ matrix.config.http-user-agent }}
use-public-rspm: true

# - uses: r-lib/actions/setup-r-dependencies@v2
# with:
# extra-packages: any::rcmdcheck
# needs: check
- uses: r-lib/actions/setup-r-dependencies@v2
if: ${{ runner.os == 'Windows' && matrix.config.r == '3.6' }}
with:
extra-packages: any::rcmdcheck
pak-version: rc
needs: check

- uses: r-lib/actions/setup-r-dependencies@v2
if: ${{ runner.os != 'Windows' || matrix.config.r != '3.6' }}
with:
extra-packages: any::rcmdcheck
extra-packages: |
any::rcmdcheck
if (getRversion() < "4.0.0") [email protected]
needs: check

# do not build vignettes in github actions check and ignore warnings
Expand Down

0 comments on commit 65cfe8d

Please sign in to comment.