Last updated on 2026-04-09 02:53:40 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.1.2 | 1.81 | 53.65 | 55.46 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.1.2 | 1.48 | 28.69 | 30.17 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.1.2 | 79.22 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 0.1.2 | 81.78 | OK | |||
| r-devel-macos-arm64 | 0.1.2 | 1.00 | 21.00 | 22.00 | OK | |
| r-devel-windows-x86_64 | 0.1.2 | 3.00 | 76.00 | 79.00 | OK | |
| r-patched-linux-x86_64 | 0.1.2 | 2.05 | 30.91 | 32.96 | ERROR | |
| r-release-linux-x86_64 | 0.1.2 | 1.98 | 49.42 | 51.40 | OK | |
| r-release-macos-arm64 | 0.1.2 | OK | ||||
| r-release-macos-x86_64 | 0.1.2 | 2.00 | 63.00 | 65.00 | OK | |
| r-release-windows-x86_64 | 0.1.2 | 4.00 | 75.00 | 79.00 | OK | |
| r-oldrel-macos-arm64 | 0.1.2 | OK | ||||
| r-oldrel-macos-x86_64 | 0.1.2 | 2.00 | 52.00 | 54.00 | OK | |
| r-oldrel-windows-x86_64 | 0.1.2 | 4.00 | 95.00 | 99.00 | OK |
Version: 0.1.2
Check: tests
Result: ERROR
Running ‘spelling.R’ [0s/0s]
Running ‘testthat.R’ [7s/62s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> # This file is part of the standard setup for testthat.
> # It is recommended that you do not modify it.
> #
> # Where should you do additional test configuration?
> # Learn more about the roles of various files in:
> # * https://r-pkgs.org/tests.html
> # * https://testthat.r-lib.org/reference/test_package.html#special-files
>
> library(testthat)
> library(vermeulen)
>
> test_check("vermeulen")
Saving _problems/test-get_biomarker_dataset-3.R
[ FAIL 1 | WARN 1 | SKIP 0 | PASS 0 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-get_biomarker_dataset.R:3:3'): biomarker data set ──────────────
Error in `readLines(gzcon(url(url)))`: cannot read from connection
Backtrace:
▆
1. └─vermeulen::get_biomarker_dataset() at test-get_biomarker_dataset.R:3:3
2. ├─vermeulen:::amplification_curves()
3. │ ├─base::withVisible(eval(mc, parent.frame()))
4. │ └─base::eval(mc, parent.frame())
5. │ └─base::eval(mc, parent.frame())
6. └─vermeulen (local) `<fn>`()
7. └─base::readLines(gzcon(url(url)))
[ FAIL 1 | WARN 1 | SKIP 0 | PASS 0 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.1.2
Check: tests
Result: ERROR
Running ‘spelling.R’ [0s/0s]
Running ‘testthat.R’ [8s/62s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> # This file is part of the standard setup for testthat.
> # It is recommended that you do not modify it.
> #
> # Where should you do additional test configuration?
> # Learn more about the roles of various files in:
> # * https://r-pkgs.org/tests.html
> # * https://testthat.r-lib.org/reference/test_package.html#special-files
>
> library(testthat)
> library(vermeulen)
>
> test_check("vermeulen")
Saving _problems/test-get_biomarker_dataset-3.R
[ FAIL 1 | WARN 1 | SKIP 0 | PASS 0 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-get_biomarker_dataset.R:3:3'): biomarker data set ──────────────
Error in `readLines(gzcon(url(url)))`: cannot read from connection
Backtrace:
▆
1. └─vermeulen::get_biomarker_dataset() at test-get_biomarker_dataset.R:3:3
2. ├─vermeulen:::amplification_curves()
3. │ ├─base::withVisible(eval(mc, parent.frame()))
4. │ └─base::eval(mc, parent.frame())
5. │ └─base::eval(mc, parent.frame())
6. └─vermeulen (local) `<fn>`()
7. └─base::readLines(gzcon(url(url)))
[ FAIL 1 | WARN 1 | SKIP 0 | PASS 0 ]
Error:
! Test failures.
Execution halted
Flavor: r-patched-linux-x86_64