... | ... |
@@ -51,9 +51,9 @@ jobs: |
51 | 51 |
fail-fast: false |
52 | 52 |
matrix: |
53 | 53 |
config: |
54 |
- - { os: ubuntu-latest, r: '4.2', bioc: '3.15', cont: "bioconductor/bioconductor_docker:devel", rspm: "https://packagemanager.rstudio.com/cran/__linux__/focal/latest" } |
|
55 |
- - { os: macOS-latest, r: '4.2', bioc: '3.15'} |
|
56 |
- - { os: windows-latest, r: '4.2', bioc: '3.15'} |
|
54 |
+ - { os: ubuntu-latest, r: '4.2', bioc: '3.16', cont: "bioconductor/bioconductor_docker:devel", rspm: "https://packagemanager.rstudio.com/cran/__linux__/focal/latest" } |
|
55 |
+ - { os: macOS-latest, r: '4.2', bioc: '3.16'} |
|
56 |
+ - { os: windows-latest, r: '4.2', bioc: '3.16'} |
|
57 | 57 |
env: |
58 | 58 |
R_REMOTES_NO_ERRORS_FROM_WARNINGS: true |
59 | 59 |
RSPM: ${{ matrix.config.rspm }} |
... | ... |
@@ -250,6 +250,9 @@ jobs: |
250 | 250 |
if: github.ref == 'refs/heads/master' && env.run_pkgdown == 'true' && runner.os == 'Linux' |
251 | 251 |
run: R CMD INSTALL . |
252 | 252 |
|
253 |
+ - name: work around permission issue (since Apr 2022) |
|
254 |
+ run: git config --global --add safe.directory /__w/Gviz/Gviz |
|
255 |
+ |
|
253 | 256 |
- name: Deploy package |
254 | 257 |
if: github.ref == 'refs/heads/master' && env.run_pkgdown == 'true' && runner.os == 'Linux' |
255 | 258 |
run: | |
... | ... |
@@ -21,9 +21,9 @@ Artistic-2.0](https://img.shields.io/badge/License-Artistic%202.0-0298c3.svg)](h |
21 | 21 |
| OS | [](https://bioconductor.org/checkResults/release/bioc-LATEST/Gviz/) | [](https://bioconductor.org/checkResults/devel/bioc-LATEST/Gviz/) | |
22 | 22 |
| Bioc Last Update | [](https://bioconductor.org/checkResults/release/bioc-LATEST/Gviz/) | [](https://bioconductor.org/checkResults/devel/bioc-LATEST/Gviz/) | |
23 | 23 |
| Bioc Status | [](https://bioconductor.org/checkResults/release/bioc-LATEST/Gviz) | [](https://bioconductor.org/checkResults/devel/bioc-LATEST/Gviz) | |
24 |
-| GitHub Last Commit | [](https://github.com/ivanek/Gviz/tree/RELEASE_3_14) | [](https://github.com/ivanek/Gviz/tree/master/) | |
|
25 |
-| GitHub Actions | [](https://github.com/ivanek/Gviz/actions) | [](https://github.com/ivanek/Gviz/actions) | |
|
26 |
-| Coverage | [](https://codecov.io/gh/ivanek/Gviz/branch/RELEASE_3_14) | [](https://codecov.io/github/ivanek/Gviz) | |
|
24 |
+| GitHub Last Commit | [](https://github.com/ivanek/Gviz/tree/RELEASE_3_15) | [](https://github.com/ivanek/Gviz/tree/master/) | |
|
25 |
+| GitHub Actions | [](https://github.com/ivanek/Gviz/actions) | [](https://github.com/ivanek/Gviz/actions) | |
|
26 |
+| Coverage | [](https://codecov.io/gh/ivanek/Gviz/branch/RELEASE_3_15) | [](https://codecov.io/github/ivanek/Gviz) | |
|
27 | 27 |
|
28 | 28 |
## Authors |
29 | 29 |
|