Last updated on 2025-12-07 04:49:56 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.2.5 | 2.27 | 43.02 | 45.29 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.2.5 | 1.93 | 28.41 | 30.34 | WARN | |
| r-devel-linux-x86_64-fedora-clang | 0.2.5 | 69.00 | ERROR | |||
| r-devel-linux-x86_64-fedora-gcc | 0.2.5 | 75.18 | ERROR | |||
| r-devel-windows-x86_64 | 0.2.5 | 5.00 | 255.00 | 260.00 | OK | |
| r-patched-linux-x86_64 | 0.2.5 | 2.87 | 38.09 | 40.96 | OK | |
| r-release-linux-x86_64 | 0.2.5 | 2.28 | 37.63 | 39.91 | OK | |
| r-release-macos-arm64 | 0.2.5 | OK | ||||
| r-release-macos-x86_64 | 0.2.5 | 2.00 | 65.00 | 67.00 | OK | |
| r-release-windows-x86_64 | 0.2.5 | 6.00 | 249.00 | 255.00 | OK | |
| r-oldrel-macos-arm64 | 0.2.5 | OK | ||||
| r-oldrel-macos-x86_64 | 0.2.5 | 2.00 | 44.00 | 46.00 | OK | |
| r-oldrel-windows-x86_64 | 0.2.5 | 6.00 | 297.00 | 303.00 | OK |
Version: 0.2.5
Check: package dependencies
Result: WARN
Cannot process vignettes
Packages suggested but not available for checking: 'knitr', 'rmarkdown'
VignetteBuilder package required for checking but not installed: ‘knitr’
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.2.5
Check: package vignettes
Result: NOTE
Package has ‘vignettes’ subdirectory but apparently no vignettes.
Perhaps the ‘VignetteBuilder’ information is missing from the
DESCRIPTION file?
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.2.5
Check: tests
Result: ERROR
Running ‘testthat.R’ [13s/16s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(imagefluency)
>
> test_check("imagefluency")
Saving _problems/test_complexity-37.R
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 108 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test_complexity.R:37:3'): img_complexity normalizes input image if necessary ──
Expected `img_complexity(array(100:500, dim = c(50, 50, 3)))` to equal 0.1111398.
Differences:
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/14s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(imagefluency)
>
> test_check("imagefluency")
Saving _problems/test_complexity-37.R
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 108 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test_complexity.R:37:3'): img_complexity normalizes input image if necessary ──
Expected `img_complexity(array(100:500, dim = c(50, 50, 3)))` to equal 0.1111398.
Differences:
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