Commit 987ee6e 1 parent 54170f5 commit 987ee6e Copy full SHA for 987ee6e
File tree 1 file changed +3
-12
lines changed
1 file changed +3
-12
lines changed Original file line number Diff line number Diff line change 48
48
49
49
- uses : r-lib/actions/setup-r-dependencies@v2
50
50
with :
51
- extra-packages : |
52
- any::rcmdcheck
53
- audio
54
- data.table
51
+ extra-packages : any::rcmdcheck, audio, data.table=?ignore-before-r=3.5.0
55
52
needs : check
56
53
57
54
- name : Installation and compilation configuration test
@@ -100,10 +97,7 @@ jobs:
100
97
101
98
- uses : r-lib/actions/setup-r-dependencies@v2
102
99
with :
103
- extra-packages : |
104
- any::rcmdcheck
105
- audio
106
- data.table
100
+ extra-packages : any::rcmdcheck, audio, data.table=?ignore-before-r=3.5.0
107
101
needs : check
108
102
109
103
- name : Installation and compilation configuration test
@@ -159,10 +153,7 @@ jobs:
159
153
160
154
- uses : r-lib/actions/setup-r-dependencies@v2
161
155
with :
162
- extra-packages : |
163
- any::rcmdcheck
164
- audio
165
- data.table
156
+ extra-packages : any::rcmdcheck, audio, data.table=?ignore-before-r=3.5.0
166
157
needs : check
167
158
168
159
- name : Install CUDA Toolkit - Windows
You can’t perform that action at this time.
0 commit comments