Skip to content

Commit

Permalink
opts
Browse files Browse the repository at this point in the history
  • Loading branch information
andrjohns committed Jul 10, 2024
1 parent ba1d5e6 commit 031494a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,18 +52,18 @@ jobs:
http-user-agent: ${{ matrix.config.http-user-agent }}
use-public-rspm: true

- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::rcmdcheck, knitr=?ignore-before-r=4.0.0, rmarkdown=?ignore-before-r=4.0.0
needs: check

- name: Try R3.6 dependencies
if: matrix.config.r == '3.6'
run: |
install.packages("https://cran.r-project.org/src/contrib/evaluate_0.24.0.tar.gz", repos = NULL, type = "source")
install.packages("https://cran.r-project.org/src/contrib/evaluate_0.23.0.tar.gz", repos = NULL, type = "source")
install.packages(c("knitr", "rmarkdown"), repos = "https://cloud.r-project.org")
shell: Rscript {0}

- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::rcmdcheck, knitr=?ignore-before-r=4.0.0, rmarkdown=?ignore-before-r=4.0.0
needs: check

- uses: r-lib/actions/check-r-package@v2
with:
upload-snapshots: true
Expand Down

0 comments on commit 031494a

Please sign in to comment.