Last updated on 2026-06-20 18:53:21 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.1.2 | 1.79 | 54.22 | 56.01 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.1.2 | 1.36 | 27.18 | 28.54 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.1.2 | 79.57 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 0.1.2 | 82.69 | OK | |||
| r-devel-windows-x86_64 | 0.1.2 | 4.00 | 75.00 | 79.00 | OK | |
| r-patched-linux-x86_64 | 0.1.2 | 2.09 | 49.60 | 51.69 | OK | |
| r-release-linux-x86_64 | 0.1.2 | 1.94 | 49.04 | 50.98 | OK | |
| r-release-macos-arm64 | 0.1.2 | 1.00 | 21.00 | 22.00 | OK | |
| r-release-macos-x86_64 | 0.1.2 | 2.00 | 69.00 | 71.00 | OK | |
| r-release-windows-x86_64 | 0.1.2 | 4.00 | 76.00 | 80.00 | OK | |
| r-oldrel-macos-arm64 | 0.1.2 | OK | ||||
| r-oldrel-macos-x86_64 | 0.1.2 | 2.00 | 63.00 | 65.00 | OK | |
| r-oldrel-windows-x86_64 | 0.1.2 | 4.00 | 91.00 | 95.00 | OK |
Version: 0.1.2
Check: tests
Result: ERROR
Running ‘spelling.R’ [0s/0s]
Running ‘testthat.R’ [6s/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