CRAN Package Check Results for Package image.textlinedetector

Last updated on 2022-04-24 03:52:28 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.5 95.37 121.81 217.18 ERROR
r-devel-linux-x86_64-debian-gcc 0.1.5 67.07 38.07 105.14 OK
r-devel-linux-x86_64-fedora-gcc 0.1.5 225.95 OK
r-patched-linux-x86_64 0.1.5 71.43 48.22 119.65 OK
r-release-linux-x86_64 0.1.5 73.47 46.46 119.93 OK
r-release-macos-arm64 0.1.5 NOTE
r-release-macos-x86_64 0.1.5 NOTE
r-release-windows-x86_64 0.1.5 379.00 150.00 529.00 NOTE
r-oldrel-macos-arm64 0.1.5 NOTE
r-oldrel-macos-x86_64 0.1.5 NOTE
r-oldrel-windows-ix86+x86_64 0.1.5 227.00 149.00 376.00 NOTE

Check Details

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 23.5Mb
     sub-directories of 1Mb or more:
     libs 12.4Mb
     share 10.2Mb
Flavors: 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