CRAN Package Check Results for Maintainer ‘Jan Wijffels <jan.wijffels at vub.be>’

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

Package ERROR NOTE OK
image.binarization 12
image.textlinedetector 1 6 4
recogito 1 11
text.alignment 12

Package image.binarization

Current CRAN status: OK: 12

Package image.textlinedetector

Current CRAN status: ERROR: 1, NOTE: 6, OK: 4

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

Package recogito

Current CRAN status: NOTE: 1, OK: 11

Version: 0.1.1
Check: package dependencies
Result: NOTE
    Package suggested but not available for checking: ‘opencv’
Flavor: r-devel-linux-x86_64-fedora-clang

Package text.alignment

Current CRAN status: OK: 12