... | ... |
@@ -1,4 +1,3 @@ |
1 |
- |
|
2 | 1 |
on: |
3 | 2 |
push: |
4 | 3 |
branches: [main, master] |
... | ... |
@@ -38,6 +37,19 @@ jobs: |
38 | 37 |
http-user-agent: ${{ matrix.config.http-user-agent }} |
39 | 38 |
use-public-rspm: true |
40 | 39 |
|
40 |
+ # Install lme4 from source; conditionally execute only on certain OS or R versions if necessary |
|
41 |
+ - name: Install lme4 (from source) |
|
42 |
+ run: | |
|
43 |
+ install.packages("lme4", type = "source") |
|
44 |
+ if: matrix.config.os == 'ubuntu-latest' |
|
45 |
+ |
|
46 |
+ # Install covr and run codecov after checks |
|
47 |
+ - name: Run covr::codecov |
|
48 |
+ run: | |
|
49 |
+ install.packages("covr") |
|
50 |
+ covr::codecov() |
|
51 |
+ if: matrix.config.os == 'ubuntu-latest' && matrix.config.r == 'release' |
|
52 |
+ |
|
41 | 53 |
- uses: r-lib/actions/setup-r-dependencies@v2 |
42 | 54 |
with: |
43 | 55 |
extra-packages: any::rcmdcheck |
... | ... |
@@ -16,7 +16,7 @@ output: github_document |
16 | 16 |
| _BioC_ branch | Status | Version | Dependencies | Rank | |
17 | 17 |
|- |- |- |- |- | |
18 | 18 |
| [Release](http://bioconductor.org/packages/release/bioc/html/POMA.html) | [](https://bioconductor.org/checkResults/release/bioc-LATEST/POMA/) | [](https://www.bioconductor.org/packages/POMA) | [](http://bioconductor.org/packages/release/bioc/html/POMA.html#since) | [](https://bioconductor.org/packages/stats/bioc/POMA) | |
19 |
-| [Devel](http://bioconductor.org/packages/devel/bioc/html/POMA.html) | [](https://bioconductor.org/checkResults/devel/bioc-LATEST/POMA/) | [](https://bioconductor.org/packages/devel/bioc/html/POMA.html) | [](http://bioconductor.org/packages/devel/bioc/html/POMA.html#since) | [](https://bioconductor.org/packages/stats/bioc/POMA) | |
|
19 |
+| [Devel](http://bioconductor.org/packages/devel/bioc/html/POMA.html) | [](https://bioconductor.org/checkResults/devel/bioc-LATEST/POMA/) | [](https://bioconductor.org/packages/devel/bioc/html/POMA.html) | [](http://bioconductor.org/packages/devel/bioc/html/POMA.html#since) | [](https://bioconductor.org/packages/stats/bioc/POMA) | |
|
20 | 20 |
|
21 | 21 |
<!-- badges: end --> |
22 | 22 |
|
... | ... |
@@ -17,7 +17,7 @@ v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/li |
17 | 17 |
| *BioC* branch | Status | Version | Dependencies | Rank | |
18 | 18 |
|-------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------| |
19 | 19 |
| [Release](http://bioconductor.org/packages/release/bioc/html/POMA.html) | [](https://bioconductor.org/checkResults/release/bioc-LATEST/POMA/) | [](https://www.bioconductor.org/packages/POMA) | [](http://bioconductor.org/packages/release/bioc/html/POMA.html#since) | [](https://bioconductor.org/packages/stats/bioc/POMA) | |
20 |
-| [Devel](http://bioconductor.org/packages/devel/bioc/html/POMA.html) | [](https://bioconductor.org/checkResults/devel/bioc-LATEST/POMA/) | [](https://bioconductor.org/packages/devel/bioc/html/POMA.html) | [](http://bioconductor.org/packages/devel/bioc/html/POMA.html#since) | [](https://bioconductor.org/packages/stats/bioc/POMA) | |
|
20 |
+| [Devel](http://bioconductor.org/packages/devel/bioc/html/POMA.html) | [](https://bioconductor.org/checkResults/devel/bioc-LATEST/POMA/) | [](https://bioconductor.org/packages/devel/bioc/html/POMA.html) | [](http://bioconductor.org/packages/devel/bioc/html/POMA.html#since) | [](https://bioconductor.org/packages/stats/bioc/POMA) | |
|
21 | 21 |
|
22 | 22 |
<!-- badges: end --> |
23 | 23 |
|