Skip to content

Commit

Permalink
fix2
Browse files Browse the repository at this point in the history
  • Loading branch information
Sudaraka88 authored and Sudaraka88 committed Jul 15, 2024
1 parent 53fbadc commit 726bfc1
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/r.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,16 +41,19 @@ jobs:
# http-user-agent: ${{ matrix.config.http-user-agent }}
use-public-rspm: true

- name: Install MatrixExtra package
run: |
R -e 'install.packages("MatrixExtra")'
- uses: r-lib/actions/setup-r-dependencies@v2
with:
cache: false
extra-packages: any::rcmdcheck
needs: check

- name: Install MatrixExtra package
run: |
R -e 'getNamespaceExports("MatrixExtra")'
R -e 'remove.packages("MatrixExtra")'
R -e 'install.packages("MatrixExtra")'
R -e 'getNamespaceExports("MatrixExtra")'
- uses: r-lib/actions/check-r-package@v2
with:
upload-snapshots: true
Expand Down

0 comments on commit 726bfc1

Please sign in to comment.