... | ... |
@@ -261,7 +261,8 @@ jobs: |
261 | 261 |
dir('check', 'tar.gz$', full.names = TRUE), |
262 | 262 |
`quit-with-status` = TRUE, |
263 | 263 |
`no-check-R-ver` = TRUE, |
264 |
- `no-check-bioc-help` = TRUE |
|
264 |
+ `no-check-bioc-help` = TRUE, |
|
265 |
+ `no-check-pkg-size` = TRUE |
|
265 | 266 |
) |
266 | 267 |
shell: Rscript {0} |
267 | 268 |
|