Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 2 additions & 7 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,8 @@ jobs:
- name: Setup r-ci
uses: eddelbuettel/github-actions/r-ci@master

- name: Install dependencies
run: ./run.sh install_deps

# simplermarkdown builds the vignette during R CMD build; it is a
# Suggests, which install_deps may skip.
- name: Install vignette builder
run: Rscript -e 'if (!requireNamespace("simplermarkdown", quietly = TRUE)) install.packages("simplermarkdown")'
- name: Install all dependencies (including Suggests)
run: ./run.sh install_all

# Build and check explicitly rather than ./run.sh run_tests: r-ci's
# run_tests passes --no-build-vignettes, which leaves inst/doc empty
Expand Down
Loading