Last updated on 2026-02-17 09:50:18 CET.
| Package | ERROR | OK |
|---|---|---|
| imagefluency | 3 | 11 |
Current CRAN status: ERROR: 3, OK: 11
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