|
52 | 52 | fail-fast: false |
53 | 53 | matrix: |
54 | 54 | config: |
55 | | - - { os: ubuntu-latest, r: '4.3', bioc: '3.17', cont: "bioconductor/bioconductor_docker:RELEASE_3_17", rspm: "https://packagemanager.rstudio.com/cran/__linux__/jammy/latest" } |
56 | | - - { os: macOS-latest, r: '4.3', bioc: '3.17'} |
57 | | - - { os: windows-latest, r: '4.3', bioc: '3.17'} |
| 55 | + - { os: ubuntu-latest, r: '4.4', bioc: '3.20', cont: "bioconductor/bioconductor_docker:RELEASE_3_20", rspm: "https://packagemanager.rstudio.com/cran/__linux__/jammy/latest" } |
| 56 | + - { os: macOS-latest, r: '4.4', bioc: '3.20'} |
| 57 | + - { os: windows-latest, r: '4.4', bioc: '3.20'} |
58 | 58 | ## Check https://github.com/r-lib/actions/tree/master/examples |
59 | 59 | ## for examples using the http-user-agent |
60 | 60 | env: |
@@ -105,23 +105,23 @@ jobs: |
105 | 105 | uses: actions/cache@v3 |
106 | 106 | with: |
107 | 107 | path: ${{ env.R_LIBS_USER }} |
108 | | - key: ${{ env.cache-version }}-${{ runner.os }}-biocversion-RELEASE_3_17-r-4.3-${{ hashFiles('.github/depends.Rds') }} |
109 | | - restore-keys: ${{ env.cache-version }}-${{ runner.os }}-biocversion-RELEASE_3_17-r-4.3- |
| 108 | + key: ${{ env.cache-version }}-${{ runner.os }}-biocversion-RELEASE_3_20-r-4.4-${{ hashFiles('.github/depends.Rds') }} |
| 109 | + restore-keys: ${{ env.cache-version }}-${{ runner.os }}-biocversion-RELEASE_3_20-r-4.4- |
110 | 110 |
|
111 | 111 | - name: Cache R packages on Linux |
112 | 112 | if: "!contains(github.event.head_commit.message, '/nocache') && runner.os == 'Linux' " |
113 | 113 | uses: actions/cache@v3 |
114 | 114 | with: |
115 | 115 | path: /home/runner/work/_temp/Library |
116 | | - key: ${{ env.cache-version }}-${{ runner.os }}-biocversion-RELEASE_3_17-r-4.3-${{ hashFiles('.github/depends.Rds') }} |
117 | | - restore-keys: ${{ env.cache-version }}-${{ runner.os }}-biocversion-RELEASE_3_17-r-4.3- |
| 116 | + key: ${{ env.cache-version }}-${{ runner.os }}-biocversion-RELEASE_3_20-r-4.4-${{ hashFiles('.github/depends.Rds') }} |
| 117 | + restore-keys: ${{ env.cache-version }}-${{ runner.os }}-biocversion-RELEASE_3_20-r-4.4- |
118 | 118 |
|
119 | | - - name: Install Linux system dependencies |
120 | | - if: runner.os == 'Linux' |
121 | | - run: | |
122 | | - sysreqs=$(Rscript -e 'cat("apt-get update -y && apt-get install -y", paste(gsub("apt-get install -y ", "", remotes::system_requirements("ubuntu", "20.04")), collapse = " "))') |
123 | | - echo $sysreqs |
124 | | - sudo -s eval "$sysreqs" |
| 119 | + # - name: Install Linux system dependencies |
| 120 | + # if: runner.os == 'Linux' |
| 121 | + # run: | |
| 122 | + # sysreqs=$(Rscript -e 'cat("apt-get update -y && apt-get install -y", paste(gsub("apt-get install -y ", "", remotes::system_requirements("ubuntu", "20.04")), collapse = " "))') |
| 123 | + # echo $sysreqs |
| 124 | + # sudo -s eval "$sysreqs" |
125 | 125 |
|
126 | 126 | - name: Install macOS system dependencies |
127 | 127 | if: matrix.config.os == 'macOS-latest' |
@@ -252,7 +252,7 @@ jobs: |
252 | 252 | - name: Test coverage |
253 | 253 | if: github.ref == 'refs/heads/devel' && env.run_covr == 'true' && runner.os == 'Linux' |
254 | 254 | run: | |
255 | | - covr::codecov() |
| 255 | + covr::codecov(coverage = covr::package_coverage(type = "all")) |
256 | 256 | shell: Rscript {0} |
257 | 257 |
|
258 | 258 | - name: Install package |
@@ -285,7 +285,7 @@ jobs: |
285 | 285 | if: failure() |
286 | 286 | uses: actions/upload-artifact@master |
287 | 287 | with: |
288 | | - name: ${{ runner.os }}-biocversion-RELEASE_3_17-r-4.3-results |
| 288 | + name: ${{ runner.os }}-biocversion-RELEASE_3_20-r-4.4-results |
289 | 289 | path: check |
290 | 290 |
|
291 | 291 |
|
|
0 commit comments