Skip to content

Commit

Permalink
GHA: take 7
Browse files Browse the repository at this point in the history
  • Loading branch information
HenrikBengtsson committed Nov 7, 2024
1 parent 9e36840 commit 323bcbf
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@ jobs:
## Test in other locale (optional)
LANGUAGE: ${{ matrix.config.language }}
## R CMD check
_R_CHECK_SUGGESTS_ONLY_: ${{ matrix.config.req_suggests || true }}
_R_FOO_: ${{ !contains(matrix.config.req_suggests, false) }}
_R_CHECK_SUGGESTS_ONLY_: ${{ !!contains(matrix.config.req_suggests, false) }}
_R_CHECK_CRAN_INCOMING_: false
_R_CHECK_MATRIX_DATA_: true
_R_CHECK_THINGS_IN_TEMP_DIR_: true
Expand All @@ -50,10 +49,6 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: R env vars
run: |
env | grep -E "^(_R_|R_)"
- uses: r-lib/actions/setup-pandoc@v2

- uses: r-lib/actions/setup-tinytex@v2
Expand Down

0 comments on commit 323bcbf

Please sign in to comment.