File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # Workflow derived from https://github.com/r-lib/actions/tree/master/examples
2- # Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
31on :
42 push :
53 branches : [main, master]
@@ -11,7 +9,6 @@ name: R-CMD-check
119jobs :
1210 R-CMD-check :
1311 runs-on : ${{ matrix.config.os }}
14-
1512 name : ${{ matrix.config.os }} (${{ matrix.config.r }})
1613
1714 strategy :
3835 r-version : ${{ matrix.config.r }}
3936 http-user-agent : ${{ matrix.config.http-user-agent }}
4037 use-public-rspm : true
38+
4139 - name : Cache R packages
4240 uses : actions/cache@v3
4341 with :
@@ -54,11 +52,11 @@ jobs:
5452 remotes::install_github("doseresponse/drc")
5553 shell : Rscript {0}
5654
57- - uses : r-lib/actions/setup-r-dependencies@v1
55+ - uses : r-lib/actions/setup-r-dependencies@v2
5856 with :
5957 extra-packages : rcmdcheck
6058
61- - uses : r-lib/actions/check-r-package@v1
59+ - uses : r-lib/actions/check-r-package@v2
6260
6361 - name : Show testthat output
6462 if : always()
6765
6866 - name : Upload check results
6967 if : failure()
70- uses : actions/upload-artifact@main
68+ uses : actions/upload-artifact@v3
7169 with :
7270 name : ${{ runner.os }}-r${{ matrix.config.r }}-results
7371 path : check
You can’t perform that action at this time.
0 commit comments