CRAN Package Check Results for Package cleanNLP

Last updated on 2020-08-07 01:49:38 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 3.0.2 4.13 35.04 39.17 OK
r-devel-linux-x86_64-debian-gcc 3.0.2 3.39 27.46 30.85 OK
r-devel-linux-x86_64-fedora-clang 3.0.2 54.87 OK
r-devel-linux-x86_64-fedora-gcc 3.0.2 46.20 OK
r-devel-windows-ix86+x86_64 3.0.2 12.00 50.00 62.00 OK
r-patched-linux-x86_64 3.0.2 4.81 34.82 39.63 OK
r-patched-solaris-x86 3.0.2 69.00 ERROR
r-release-linux-x86_64 3.0.2 4.60 34.26 38.86 OK
r-release-macos-x86_64 3.0.2 OK
r-release-windows-ix86+x86_64 3.0.2 10.00 65.00 75.00 OK
r-oldrel-macos-x86_64 3.0.2 OK
r-oldrel-windows-ix86+x86_64 3.0.2 7.00 46.00 53.00 OK

Check Details

Version: 3.0.2
Check: examples
Result: ERROR
    Running examples in ‘cleanNLP-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: cnlp_annotate
    > ### Title: Run the annotation pipeline on a set of documents
    > ### Aliases: cnlp_annotate
    >
    > ### ** Examples
    >
    > cnlp_init_stringi()
    > cnlp_annotate(un)
    Error in stri_detect_regex(str, regex, ...) :
     Start of codes indicating failure. (U_ILLEGAL_ARGUMENT_ERROR)
    Calls: cnlp_annotate ... annotate_with_stringi -> <Anonymous> -> stri_detect_regex
    Execution halted
Flavor: r-patched-solaris-x86

Version: 3.0.2
Check: tests
Result: ERROR
     Running ‘testthat.R’
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(cleanNLP)
     >
     > test_check("cleanNLP")
     ── 1. Error: testing stringi (@test-annotation.R#9) ───────────────────────────
     Start of codes indicating failure. (U_ILLEGAL_ARGUMENT_ERROR)
     Backtrace:
     1. cleanNLP::cnlp_annotate(un, verbose = FALSE)
     2. cleanNLP:::annotate_with_stringi(input, verbose)
     3. stringi::stri_detect(...)
     4. stringi::stri_detect_regex(str, regex, ...)
    
     ── 2. Error: testing utils_tfidf (@test-tools.R#9) ────────────────────────────
     Start of codes indicating failure. (U_ILLEGAL_ARGUMENT_ERROR)
     Backtrace:
     1. cleanNLP::cnlp_annotate(un, verbose = FALSE)
     2. cleanNLP:::annotate_with_stringi(input, verbose)
     3. stringi::stri_detect(...)
     4. stringi::stri_detect_regex(str, regex, ...)
    
     ── 3. Error: testing tidy_pca (@test-tools.R#20) ──────────────────────────────
     Start of codes indicating failure. (U_ILLEGAL_ARGUMENT_ERROR)
     Backtrace:
     1. cleanNLP::cnlp_annotate(un, verbose = FALSE)
     2. cleanNLP:::annotate_with_stringi(input, verbose)
     3. stringi::stri_detect(...)
     4. stringi::stri_detect_regex(str, regex, ...)
    
     ══ testthat results ═══════════════════════════════════════════════════════════
     [ OK: 0 | SKIPPED: 3 | WARNINGS: 0 | FAILED: 3 ]
     1. Error: testing stringi (@test-annotation.R#9)
     2. Error: testing utils_tfidf (@test-tools.R#9)
     3. Error: testing tidy_pca (@test-tools.R#20)
    
     Error: testthat unit tests failed
     Execution halted
Flavor: r-patched-solaris-x86