Skip to content

Commit

Permalink
Edit
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelburger committed Mar 26, 2024
1 parent f99df74 commit 3a3636a
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Run R CMD check
shell: bash -l {0}
run: |
R CMD build . && R CMD check --as-cran $(ls -t . | head -n1) --no-manual
R CMD build . && R CMD check --no-manual --as-cran $(ls -t . | head -n1)
env:
_R_CHECK_CRAN_INCOMING_: false
_R_CHECK_FORCE_SUGGESTS_: false
Expand All @@ -56,8 +56,4 @@ jobs:
echo "Found warnings, treated as errors."
cat $CHECK_LOG_FILE
exit 1
fi
env:
_R_CHECK_CRAN_INCOMING_: false
_R_CHECK_FORCE_SUGGESTS_: false
_R_CHECK_DOC_SIZES_: false
fi

0 comments on commit 3a3636a

Please sign in to comment.