Skip to content

Commit

Permalink
skip qeML vignettes
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Dec 10, 2024
1 parent ddd1a02 commit 4fd89e2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .ci/run-revdep-checks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ R CMD check --no-manual --run-dontrun --run-donttest ${CHECKS_OUTPUT_DIR}/fastsh
R CMD check --no-manual --run-dontrun --run-donttest ${CHECKS_OUTPUT_DIR}/fastml_*.tar.gz || true
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
R CMD check --no-manual --run-dontrun --run-donttest ${CHECKS_OUTPUT_DIR}/qeML_*.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 ${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 4fd89e2

Please sign in to comment.