Skip to content

Commit

Permalink
one more try skipping vignettes
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Dec 10, 2024
1 parent 4fd89e2 commit 56eecc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/run-revdep-checks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ R CMD check --no-manual --run-dontrun --run-donttest ${CHECKS_OUTPUT_DIR}/fastml
R CMD check --no-manual --run-dontrun --run-donttest ${CHECKS_OUTPUT_DIR}/fastshap_*.tar.gz || true
R CMD check --no-manual --run-dontrun --run-donttest ${CHECKS_OUTPUT_DIR}/predhy.GUI_*.tar.gz || true
# qeML vignettes take a very very long time to run
R CMD check --no-manual --run-dontrun --run-donttest --no-vignettes ${CHECKS_OUTPUT_DIR}/qeML_*.tar.gz || true
R CMD check --no-manual --run-dontrun --run-donttest --ignore-vignettes ${CHECKS_OUTPUT_DIR}/qeML_*.tar.gz || true
R CMD check --no-manual --run-dontrun --run-donttest ${CHECKS_OUTPUT_DIR}/mllrns_*.tar.gz || true
R CMD check --no-manual --run-dontrun --run-donttest ${CHECKS_OUTPUT_DIR}/predhy_*.tar.gz || true
R CMD check --no-manual --run-dontrun --run-donttest ${CHECKS_OUTPUT_DIR}/r2pmml_*.tar.gz || true
Expand Down

0 comments on commit 56eecc2

Please sign in to comment.