Skip to content

Commit

Permalink
fixing missing CRAN package
Browse files Browse the repository at this point in the history
  • Loading branch information
oggioniale committed Jan 9, 2024
1 parent 5b42bae commit 798c72f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/check-standard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,13 @@ jobs:
use-public-rspm: true

- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::rcmdcheck
needs: check

- name: Install remotes
run: |
Rscript -e "install.packages('remotes', repos='https://ftp.belnet.be/mirror/CRAN')"
- name: Install MODIStsp
run: |
Expand Down

0 comments on commit 798c72f

Please sign in to comment.