Last updated on 2025-08-23 06:49:38 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.0.5 | 3.51 | 44.15 | 47.66 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.0.5 | 3.64 | 41.78 | 45.42 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.0.5 | 71.27 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.0.5 | 69.42 | OK | |||
r-devel-windows-x86_64 | 0.0.5 | 4.00 | 62.00 | 66.00 | ERROR | |
r-patched-linux-x86_64 | 0.0.5 | 3.02 | 35.02 | 38.04 | OK | |
r-release-linux-x86_64 | 0.0.5 | 2.85 | 35.13 | 37.98 | OK | |
r-release-macos-arm64 | 0.0.5 | 42.00 | OK | |||
r-release-macos-x86_64 | 0.0.5 | 49.00 | OK | |||
r-release-windows-x86_64 | 0.0.5 | 3.00 | 64.00 | 67.00 | OK | |
r-oldrel-macos-arm64 | 0.0.5 | 34.00 | OK | |||
r-oldrel-macos-x86_64 | 0.0.5 | 47.00 | OK | |||
r-oldrel-windows-x86_64 | 0.0.5 | 6.00 | 66.00 | 72.00 | OK |
Version: 0.0.5
Check: examples
Result: ERROR
Running examples in 'tkImgR-Ex.R' failed
The error most likely occurred in:
> ### Name: tkImShow
> ### Title: Open and Display Image in a Tk Canvas
> ### Aliases: tkImShow
>
> ### ** Examples
>
> ## Don't show:
> library(testthat)
> file_path <- system.file("img", "example.png", package = "tkImgR")
> tt <- tkImShow(file_path)
> expect_equal(class(tt), "tkwin")
> Sys.sleep(0.25)
> canvasLeft(tt)
<Tcl>
> Sys.sleep(0.25)
> canvasControlLeft(tt)
<Tcl>
> expect_true(tkImgR:::.tkCanvasX(tt$env$canvas) < 10)
> Sys.sleep(0.25)
> canvasControlUp(tt)
<Tcl>
> expect_true(tkImgR:::.tkCanvasY(tt$env$canvas) < 10)
> Sys.sleep(0.25)
> zoomFactorprevious <- tt$env$zoomFactorCurrent
> .zoomUp(tt)
> Sys.sleep(0.25)
> .zoomUp(tt)
> zoomFactorCurrent <- tt$env$zoomFactorCurrent
> Sys.sleep(0.25)
> expect_true(zoomFactorCurrent > zoomFactorprevious)
>
> canvasControlRight(tt)
<Tcl>
> Sys.sleep(0.25)
> .zoomDown(tt)
> Sys.sleep(0.25)
> .zoomDown(tt)
Error in if (tt$env$canvasAllowZoom) { : argument is of length zero
Calls: .zoomDown
Execution halted
Flavor: r-devel-windows-x86_64