CRAN Package Check Results for Package SLOS

Last updated on 2026-06-09 21:54:44 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0.1 15.01 195.22 210.23 OK
r-devel-linux-x86_64-debian-gcc 1.0.1 9.51 149.76 159.27 OK
r-devel-linux-x86_64-fedora-clang 1.0.1 26.00 299.37 325.37 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 17.00 125.00 142.00 ERROR
r-patched-linux-x86_64 1.0.1 12.80 187.98 200.78 OK
r-release-linux-x86_64 1.0.1 13.11 190.41 203.52 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 204.00 220.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 277.00 297.00 OK

Check Details

Version: 1.0.1
Check: tests
Result: ERROR Running 'testthat.R' [16s] Running the tests in 'tests/testthat.R' failed. Complete output: > library(testthat) > library(SLOS) > > test_check("SLOS") Saving _problems/test-Evaluation-5.R Saving _problems/test-Prediction-3.R [ FAIL 2 | WARN 0 | SKIP 0 | PASS 2 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-Evaluation.R:5:3'): SLOS generates expected outputs ──────────── Error in `load_SLOSModel()`: Failed to download the model. HTTP error: 504 Backtrace: ▆ 1. ├─base::suppressWarnings(SLOS::SLOS(mock_data)) at test-Evaluation.R:5:3 2. │ └─base::withCallingHandlers(...) 3. └─SLOS::SLOS(mock_data) 4. └─SLOS::predict_and_evaluate(data) 5. └─SLOS::load_SLOSModel() ── Error ('test-Prediction.R:3:3'): predict_and_evaluate works as expected ───── Error in `load_SLOSModel()`: Failed to download the model. HTTP error: 504 Backtrace: ▆ 1. └─SLOS::predict_and_evaluate(sampled_data) at test-Prediction.R:3:3 2. └─SLOS::load_SLOSModel() [ FAIL 2 | WARN 0 | SKIP 0 | PASS 2 ] Error: ! Test failures. Execution halted Flavor: r-devel-windows-x86_64