Last updated on 2025-09-04 21:49:45 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.2.5 | 2.79 | 41.08 | 43.87 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.2.5 | 1.87 | 32.03 | 33.90 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.2.5 | 67.89 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 0.2.5 | 79.80 | ERROR | |||
r-devel-windows-x86_64 | 0.2.5 | 5.00 | 262.00 | 267.00 | OK | |
r-patched-linux-x86_64 | 0.2.5 | 2.15 | 37.56 | 39.71 | OK | |
r-release-linux-x86_64 | 0.2.5 | 2.18 | 38.09 | 40.27 | OK | |
r-release-macos-arm64 | 0.2.5 | 39.00 | OK | |||
r-release-macos-x86_64 | 0.2.5 | 67.00 | OK | |||
r-release-windows-x86_64 | 0.2.5 | 5.00 | 243.00 | 248.00 | OK | |
r-oldrel-macos-arm64 | 0.2.5 | 30.00 | OK | |||
r-oldrel-macos-x86_64 | 0.2.5 | 46.00 | OK | |||
r-oldrel-windows-x86_64 | 0.2.5 | 6.00 | 315.00 | 321.00 | OK |
Version: 0.2.5
Check: tests
Result: ERROR
Running ‘testthat.R’ [12s/32s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(imagefluency)
>
> test_check("imagefluency")
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 108 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test_complexity.R:37:3'): img_complexity normalizes input image if necessary ──
img_complexity(array(100:500, dim = c(50, 50, 3))) not equal to 0.1111398.
1/1 mismatches
[1] 0.0915 - 0.111 == -0.0196
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 108 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 0.2.5
Check: tests
Result: ERROR
Running ‘testthat.R’ [11s/28s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(imagefluency)
>
> test_check("imagefluency")
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 108 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test_complexity.R:37:3'): img_complexity normalizes input image if necessary ──
img_complexity(array(100:500, dim = c(50, 50, 3))) not equal to 0.1111398.
1/1 mismatches
[1] 0.0981 - 0.111 == -0.0131
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 108 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc