Last updated on 2024-11-25 13:59:48 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.3.3 | 146.37 | 178.41 | 324.78 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.3.3 | 113.30 | 219.40 | 332.70 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.3.3 | 635.14 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.3.3 | 757.45 | OK | |||
r-devel-windows-x86_64 | 1.3.3 | 154.00 | 193.00 | 347.00 | OK | |
r-patched-linux-x86_64 | 1.3.3 | 159.00 | 352.08 | 511.08 | OK | |
r-release-linux-x86_64 | 1.3.3 | 151.34 | 352.52 | 503.86 | OK | |
r-release-macos-arm64 | 1.3.3 | 142.00 | NOTE | |||
r-release-macos-x86_64 | 1.3.3 | 216.00 | NOTE | |||
r-release-windows-x86_64 | 1.3.3 | 154.00 | 195.00 | 349.00 | OK | |
r-oldrel-macos-arm64 | 1.3.3 | 147.00 | NOTE | |||
r-oldrel-macos-x86_64 | 1.3.3 | 206.00 | NOTE | |||
r-oldrel-windows-x86_64 | 1.3.3 | 178.00 | 241.00 | 419.00 | ERROR |
Version: 1.3.3
Check: installed package size
Result: NOTE
installed size is 15.3Mb
sub-directories of 1Mb or more:
doc 1.4Mb
libs 13.2Mb
Flavors: r-release-macos-arm64, r-release-macos-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64
Version: 1.3.3
Check: tests
Result: ERROR
Running 'testthat.R' [75s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> Sys.setenv("OMP_THREAD_LIMIT" = 2)
>
> library(testthat)
> library(profoc)
>
>
> test_check("profoc")
[ FAIL 1 | WARN 0 | SKIP 1 | PASS 159 ]
══ Skipped tests (1) ═══════════════════════════════════════════════════════════
• debug_mode is not TRUE (1): 'test-zzz_debug.R:6:5'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-save_predictions_grid.R:88:1'): (code run outside of `test_that()`) ──
<std::logic_error/C++Error/error/condition>
Error: sort(): detected NaN
Backtrace:
▆
1. └─profoc::online(...) at test-save_predictions_grid.R:88:1
2. └─model_instance$learn()
[ FAIL 1 | WARN 0 | SKIP 1 | PASS 159 ]
Error: Test failures
In addition: Warning messages:
1: In .Internal(gc(verbose, reset, full)) : Timer "core" not stopped yet.
Use toc("core") to stop the timer.
2: In .Internal(gc(verbose, reset, full)) : Timer "loss" not stopped yet.
Use toc("loss") to stop the timer.
3: In .Internal(gc(verbose, reset, full)) :
Timer "init update" not stopped yet.
Use toc("init update") to stop the timer.
Execution halted
Flavor: r-oldrel-windows-x86_64