Last updated on 2026-02-17 16:51:42 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.2.5 | 2.05 | 44.65 | 46.70 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.2.5 | 1.77 | 32.35 | 34.12 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.2.5 | 70.89 | ERROR | |||
| r-devel-linux-x86_64-fedora-gcc | 0.2.5 | 80.69 | ERROR | |||
| r-devel-macos-arm64 | 0.2.5 | 1.00 | 18.00 | 19.00 | OK | |
| r-devel-windows-x86_64 | 0.2.5 | 5.00 | 254.00 | 259.00 | OK | |
| r-patched-linux-x86_64 | 0.2.5 | 2.37 | 38.97 | 41.34 | OK | |
| r-release-linux-x86_64 | 0.2.5 | 2.40 | 38.56 | 40.96 | 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 | 5.00 | 258.00 | 263.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 | 312.00 | 318.00 | OK |
Version: 0.2.5
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
...
--- re-building ‘getting-started.Rmd’ using rmarkdown
[WARNING] Deprecated: --highlight-style. Use --syntax-highlighting instead.
Could not fetch https://www.zotero.org/styles/springer-socpsych-brackets
HttpExceptionRequest Request {
host = "www.zotero.org"
port = 443
secure = True
requestHeaders = []
path = "/styles/springer-socpsych-brackets"
queryString = ""
method = "GET"
proxy = Nothing
rawBody = False
redirectCount = 10
responseTimeout = ResponseTimeoutDefault
requestVersion = HTTP/1.1
proxySecureMode = ProxySecureWithConnect
}
ResponseTimeout
Error: processing vignette 'getting-started.Rmd' failed with diagnostics:
pandoc document conversion failed with error 61
--- failed re-building ‘getting-started.Rmd’
SUMMARY: processing the following file failed:
‘getting-started.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.2.5
Check: tests
Result: ERROR
Running ‘testthat.R’ [13s/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.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’ [13s/21s]
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