Skip to content

Commit

Permalink
Modify standard check
Browse files Browse the repository at this point in the history
  • Loading branch information
aabelean committed Mar 30, 2024
1 parent 4711201 commit 1280863
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/check-standard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ jobs:
with:
extra-packages: any::rcmdcheck
needs: check
- name: Fix temporary out-of-sync binary packages
run: |
install.packages("MatrixModels", repos = "https://cloud.r-project.org", type = "source")
shell: Rscript {0}
- uses: r-lib/actions/check-r-package@v2
with:
upload-snapshots: true
Expand Down

0 comments on commit 1280863

Please sign in to comment.