Skip to content

Commit

Permalink
install polmineR-devel first
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Blätte authored and Andreas Blätte committed Jul 1, 2023
1 parent be2e2af commit 0a1bc3c
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/R-CMD-check.yaml
Expand Up @@ -21,15 +21,14 @@ jobs:
with:
use-public-rspm: true

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

- name: Install dev version of polmineR
run: |
install.packages(pkgs = "polmineR", contriburl = "https://polmine.github.io/drat/src/contrib", type = "source")
shell: Rscript {0}

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

- uses: r-lib/actions/check-r-package@v2

0 comments on commit 0a1bc3c

Please sign in to comment.