Skip to content

Commit

Permalink
Add environment variables to recheck.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
BerriJ committed Sep 19, 2024
1 parent b7db985 commit 22ed240
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/recheck.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,15 @@ on:

name: Reverse dependency check

env:
R_LIBS_USER: ${{github.workspace}}/pkglib
_R_CHECK_FORCE_SUGGESTS_: 'FALSE'
_R_CHECK_CRAN_INCOMING_: 'FALSE'
_R_CHECK_VIGNETTES_SKIP_RUN_MAYBE_: 'TRUE' #remove for R-4.4
_R_CHECK_ELAPSED_TIMEOUT_: 3600
GITHUB_ACTIONS: ''
CI: ''

jobs:
prepare:
name: Prepare dependencies
Expand Down

0 comments on commit 22ed240

Please sign in to comment.