We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21097dd commit 452fe77Copy full SHA for 452fe77
.github/workflows/r.yml
@@ -29,10 +29,10 @@ jobs:
29
fail-fast: false
30
matrix:
31
r-version: ["oldrel", "release", "devel"]
32
- # depends-only: [true, false]
+ depends-only: [true, false]
33
suggests-only: [true, false]
34
env:
35
- # _R_CHECK_DEPENDS_ONLY_: ${{ matrix.depends-only }}
+ _R_CHECK_DEPENDS_ONLY_: ${{ matrix.depends-only }}
36
_R_CHECK_SUGGESTS_ONLY_: ${{ matrix.suggests-only }}
37
38
steps:
0 commit comments