Last updated on 2022-05-20 21:52:53 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.5 | 90.00 | 145.99 | 235.99 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 0.1.5 | 67.18 | 37.17 | 104.35 | OK | |
r-devel-linux-x86_64-fedora-gcc | 0.1.5 | 235.13 | OK | |||
r-devel-windows-x86_64 | 0.1.5 | 278.00 | 145.00 | 423.00 | NOTE | |
r-patched-linux-x86_64 | 0.1.5 | 68.52 | 46.46 | 114.98 | OK | |
r-release-linux-x86_64 | 0.1.5 | 75.46 | 46.86 | 122.32 | OK | |
r-release-macos-arm64 | 0.1.5 | 53.00 | NOTE | |||
r-release-macos-x86_64 | 0.1.5 | 72.00 | NOTE | |||
r-release-windows-x86_64 | 0.1.5 | 324.00 | 150.00 | 474.00 | NOTE | |
r-oldrel-macos-arm64 | 0.1.5 | 74.00 | NOTE | |||
r-oldrel-macos-x86_64 | 0.1.5 | 66.00 | NOTE | |||
r-oldrel-windows-ix86+x86_64 | 0.1.5 | 240.00 | 159.00 | 399.00 | NOTE |
Version: 0.1.5
Check: examples
Result: ERROR
Running examples in 'image.textlinedetector-Ex.R' failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: image_textlines_astar
> ### Title: Text Line Segmentation based on the A* Path Planning Algorithm
> ### Aliases: image_textlines_astar
>
> ### ** Examples
>
> library(opencv)
> library(magick)
Linking to ImageMagick 6.9.11.60
Enabled features: fontconfig, freetype, fftw, heic, lcms, pango, webp, x11
Disabled features: cairo, ghostscript, raw, rsvg
Using 3 threads
> library(image.textlinedetector)
> path <- system.file(package = "image.textlinedetector", "extdata", "example.png")
> img <- image_read(path)
> img <- image_resize(img, "x1000")
> areas <- image_textlines_astar(img, morph = TRUE, step = 2, mfactor = 5, trace = TRUE)
Error in textlinedetector_astarpath(x, morph = morph, step = step, mfactor = mfactor, :
OpenCV(4.5.4) ./modules/imgproc/src/filterengine.hpp:367: error: (-215:Assertion failed) anchor.inside(Rect(0, 0, ksize.width, ksize.height)) in function 'normalizeAnchor'
Calls: image_textlines_astar -> textlinedetector_astarpath
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang
Version: 0.1.5
Check: installed package size
Result: NOTE
installed size is 21.6Mb
sub-directories of 1Mb or more:
libs 10.5Mb
share 10.2Mb
Flavors: r-devel-windows-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64