CRAN Package Check Results for Package tesseract

Last updated on 2021-01-25 00:48:12 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 4.1 23.19 116.19 139.38 OK
r-devel-linux-x86_64-debian-gcc 4.1 17.41 125.15 142.56 OK
r-devel-linux-x86_64-fedora-clang 4.1 135.62 NOTE
r-devel-linux-x86_64-fedora-gcc 4.1 117.11 NOTE
r-devel-windows-ix86+x86_64 4.1 76.00 146.00 222.00 NOTE
r-patched-linux-x86_64 4.1 18.32 83.55 101.87 ERROR
r-release-linux-x86_64 4.1 17.36 105.83 123.19 OK
r-release-macos-x86_64 4.1 NOTE
r-release-windows-ix86+x86_64 4.1 72.00 167.00 239.00 NOTE
r-oldrel-macos-x86_64 4.1 NOTE
r-oldrel-windows-ix86+x86_64 4.1 70.00 192.00 262.00 NOTE

Additional issues

donttest valgrind

Check Details

Version: 4.1
Check: top-level files
Result: NOTE
     possible bashism in configure line 34 ($(OS|MACH)TYPE):
     case "$OSTYPE" in "darwin"*)
     possible bashism in configure line 42 (should be '.', not 'source'):
     source autobrew
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

Version: 4.1
Check: installed package size
Result: NOTE
     installed size is 29.1Mb
     sub-directories of 1Mb or more:
     doc 1.0Mb
     libs 13.9Mb
     tessdata 14.0Mb
Flavors: r-devel-windows-ix86+x86_64, r-release-macos-x86_64, r-release-windows-ix86+x86_64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64

Version: 4.1
Check: examples
Result: ERROR
    Running examples in ‘tesseract-Ex.R’ failed
    The error most likely occurred in:
    
    > base::assign(".ptime", proc.time(), pos = "CheckExEnv")
    > ### Name: ocr
    > ### Title: Tesseract OCR
    > ### Aliases: ocr ocr_data
    >
    > ### ** Examples
    >
    > # Simple example
    > text <- ocr("https://jeroen.github.io/images/testocr.png")
    Error in curl::curl_download(path, tmp) :
     Timeout was reached: [] Resolving timed out after 10000 milliseconds
    Calls: ocr -> download_files -> vapply -> FUN -> <Anonymous>
    Execution halted
Flavor: r-patched-linux-x86_64