Last updated on 2026-06-05 18:49:43 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.0.1 | 15.25 | 194.60 | 209.85 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.0.1 | 10.57 | 123.06 | 133.63 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.0.1 | 26.00 | 295.00 | 321.00 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.0.1 | 24.00 | 291.23 | 315.23 | OK | |
| r-devel-windows-x86_64 | 1.0.1 | 15.00 | 219.00 | 234.00 | OK | |
| r-patched-linux-x86_64 | 1.0.1 | 12.80 | 187.98 | 200.78 | OK | |
| r-release-linux-x86_64 | 1.0.1 | 14.40 | 190.00 | 204.40 | OK | |
| r-release-macos-arm64 | 1.0.1 | 3.00 | 179.00 | 182.00 | OK | |
| r-release-macos-x86_64 | 1.0.1 | 10.00 | 307.00 | 317.00 | OK | |
| r-release-windows-x86_64 | 1.0.1 | 16.00 | 218.00 | 234.00 | OK | |
| r-oldrel-macos-arm64 | 1.0.1 | OK | ||||
| r-oldrel-macos-x86_64 | 1.0.1 | 9.00 | 309.00 | 318.00 | OK | |
| r-oldrel-windows-x86_64 | 1.0.1 | 20.00 | 256.00 | 276.00 | OK |
Version: 1.0.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [42s/122s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(SLOS)
>
> test_check("SLOS")
Saving _problems/test-Prediction-3.R
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 4 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-Prediction.R:3:3'): predict_and_evaluate works as expected ─────
<curl_error_recv_error/curl_error/error/condition>
Error in `curl::curl_fetch_disk(url, x$path, handle = handle)`: Failure when receiving data from the peer [release-assets.githubusercontent.com]:
Recv failure: Connection reset by peer
Backtrace:
▆
1. ├─SLOS::predict_and_evaluate(sampled_data) at test-Prediction.R:3:3
2. │ └─SLOS::load_SLOSModel()
3. │ └─httr::GET(url, write_disk(temp_file, overwrite = TRUE))
4. │ └─httr:::request_perform(req, hu$handle$handle)
5. │ ├─httr:::request_fetch(req$output, req$url, handle)
6. │ └─httr:::request_fetch.write_disk(req$output, req$url, handle)
7. │ └─curl::curl_fetch_disk(url, x$path, handle = handle)
8. └─curl:::raise_libcurl_error(...)
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 4 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc