We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b7d3da commit 6f1d22fCopy full SHA for 6f1d22f
.gitlab-ci.yml
@@ -272,6 +272,7 @@ test-win-old:
272
tags:
273
- saas-macos-medium-m1
274
before_script:
275
+ - if ! command -v R &> /dev/null || ! command -v Rscript &> /dev/null; then brew install r; fi
276
- *install-deps
277
- cp $(ls -1t bus/build/data.table_*.tar.gz | head -n 1) .
278
after_script:
@@ -288,7 +289,7 @@ test-mac-rel:
288
289
variables:
290
R_VERSION: "$R_REL_VERSION"
291
script:
- - R CMD check $(ls -1t data.table_*.tar.gz | head -n 1)
292
+ - R CMD check --no-manual $(ls -1t data.table_*.tar.gz | head -n 1)
293
- R CMD INSTALL --build $(ls -1t data.table_*.tar.gz | head -n 1)
294
295
## integrate artifacts
0 commit comments