Skip to content

Commit

Permalink
fix for check-r-package
Browse files Browse the repository at this point in the history
  • Loading branch information
mtwesley committed Nov 25, 2024
1 parent b9174a3 commit d3ab690
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,12 @@ jobs:
library(greta)
greta::greta_sitrep()
- uses: r-lib/actions/check-r-package@v2
- uses: r-lib/actions/check-r-package@v2
with:
flags: "--quiet --skip-cleanup"
args: '--no-manual --as-cran'
error-on: "error"
args: 'c("--no-manual", "--as-cran")'
error-on: '"error"'
check-dir: '"check"'

- name: Session info
run: sessioninfo::session_info()

0 comments on commit d3ab690

Please sign in to comment.