CRAN Package Check Results for Package arabicStemR

Last updated on 2022-07-13 06:55:15 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.2 3.23 31.68 34.91 OK
r-devel-linux-x86_64-debian-gcc 1.2 2.02 20.36 22.38 ERROR
r-devel-linux-x86_64-fedora-clang 1.2 45.89 ERROR
r-devel-linux-x86_64-fedora-gcc 1.2 44.40 ERROR
r-devel-windows-x86_64 1.2 42.00 47.00 89.00 ERROR
r-patched-linux-x86_64 1.2 3.71 30.56 34.27 OK
r-release-linux-x86_64 1.2 2.74 30.28 33.02 OK
r-release-macos-arm64 1.2 17.00 NOTE
r-release-macos-x86_64 1.2 26.00 NOTE
r-release-windows-x86_64 1.2 9.00 53.00 62.00 OK
r-oldrel-macos-arm64 1.2 22.00 NOTE
r-oldrel-macos-x86_64 1.2 31.00 NOTE
r-oldrel-windows-ix86+x86_64 1.2 6.00 51.00 57.00 OK

Check Details

Version: 1.2
Check: examples
Result: ERROR
    Running examples in ‘arabicStemR-Ex.R’ failed
    The error most likely occurred in:
    
    > base::assign(".ptime", proc.time(), pos = "CheckExEnv")
    > ### Name: arabicStemR-package
    > ### Title: A package for stemming Arabic for text analysis.
    > ### Aliases: arabicStemR-package arabicStemR
    > ### Keywords: package
    >
    > ### ** Examples
    >
    > # Load data
    >
    > data(aljazeera)
    >
    > ## stem and transliterate the results
    > stem(aljazeera)
    Warning in gsub("\xbb|\xab|\xf7|\xb7", " ", texts) :
     unable to translate '<bb>|<ab>|<f7>|<b7>' to a wide string
    Error in gsub("\xbb|\xab|\xf7|\xb7", " ", texts) : 'pattern' is invalid
    Calls: stem -> removePunctuation -> gsub
    Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc

Version: 1.2
Check: data for non-ASCII characters
Result: NOTE
     Note: found 1 marked UTF-8 string
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-release-macos-arm64, r-release-macos-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64

Version: 1.2
Check: examples
Result: ERROR
    Running examples in ‘arabicStemR-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: arabicStemR-package
    > ### Title: A package for stemming Arabic for text analysis.
    > ### Aliases: arabicStemR-package arabicStemR
    > ### Keywords: package
    >
    > ### ** Examples
    >
    > # Load data
    >
    > data(aljazeera)
    >
    > ## stem and transliterate the results
    > stem(aljazeera)
    Warning in gsub("\xbb|\xab|\xf7|\xb7", " ", texts) :
     unable to translate '<bb>|<ab>|<f7>|<b7>' to a wide string
    Error in gsub("\xbb|\xab|\xf7|\xb7", " ", texts) : 'pattern' is invalid
    Calls: stem -> removePunctuation -> gsub
    Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64