CRAN Package Check Results for Maintainer ‘Leslie Huang <lesliehuang at nyu.edu>’

Last updated on 2020-08-07 01:50:25 CEST.

Package ERROR WARN NOTE OK
corpus 1 1 4 6
stylest 5 7
zipR 12

Package corpus

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

Additional issues

clang-UBSAN

Version: 0.10.1
Check: data for non-ASCII characters
Result: NOTE
     Note: found 578 marked UTF-8 strings
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-patched-solaris-x86, r-release-macos-x86_64, r-oldrel-macos-x86_64

Version: 0.10.1
Check: running tests for arch ‘i386’
Result: ERROR
     Running 'testthat.R' [8s]
    Running the tests in 'tests/testthat.R' failed.
    Complete output:
     > library(testthat)
     > library(corpus)
     >
     > test_check("corpus")
     -- 1. Failure: 'print.corpus_frame' can wrap 4 columns (@test-frame.R#332) ----
     strsplit(capture_output(print.corpus_frame(x), width = 80), "\n")[[1]] not equal to `lines`.
     Lengths differ: 6 is not 4
    
     -- 2. Failure: 'format' can handle marks (@test-text_format.R#142) ------------
     format(text, chars = 6, justify = "left") not equal to "...".
     1/1 mismatches
     x[1]: "<c2><85>"
     y[1]: "..."
    
     -- 3. Failure: 'format' can handle marks (@test-text_format.R#143) ------------
     format(text, chars = 6, justify = "centre") not equal to "...".
     1/1 mismatches
     x[1]: "<c2><85>"
     y[1]: "..."
    
     -- 4. Failure: 'format' can handle marks (@test-text_format.R#144) ------------
     format(text, chars = 5, justify = "right") not equal to "...".
     1/1 mismatches
     x[1]: "<c2><85>"
     y[1]: "..."
    
     -- 5. Failure: 'format' can handle zero, or NULL chars (@test-text_format.R#179)
     as.character(format(text, chars = 0, justify = "left")) not equal to "...".
     1/1 mismatches
     x[1]: "<c2><85>"
     y[1]: "..."
    
     -- 6. Failure: 'format' can handle zero, or NULL chars (@test-text_format.R#181)
     as.character(format(text, chars = 0, justify = "centre")) not equal to "...".
     1/1 mismatches
     x[1]: "<c2><85>"
     y[1]: "..."
    
     -- 7. Failure: 'format' can handle zero, or NULL chars (@test-text_format.R#183)
     as.character(format(text, chars = 0, justify = "right")) not equal to "...".
     1/1 mismatches
     x[1]: "<c2><85>"
     y[1]: "..."
    
     -- 8. Failure: 'text_locate' prints results correctly (@test-text_locate.R#163)
     `lines` not equal to c(...).
     Lengths differ: 6 is not 3
    
     == testthat results ===========================================================
     [ OK: 587 | SKIPPED: 8 | WARNINGS: 0 | FAILED: 8 ]
     1. Failure: 'print.corpus_frame' can wrap 4 columns (@test-frame.R#332)
     2. Failure: 'format' can handle marks (@test-text_format.R#142)
     3. Failure: 'format' can handle marks (@test-text_format.R#143)
     4. Failure: 'format' can handle marks (@test-text_format.R#144)
     5. Failure: 'format' can handle zero, or NULL chars (@test-text_format.R#179)
     6. Failure: 'format' can handle zero, or NULL chars (@test-text_format.R#181)
     7. Failure: 'format' can handle zero, or NULL chars (@test-text_format.R#183)
     8. Failure: 'text_locate' prints results correctly (@test-text_locate.R#163)
    
     Error: testthat unit tests failed
     Execution halted
Flavor: r-devel-windows-ix86+x86_64

Version: 0.10.1
Check: running tests for arch ‘x64’
Result: ERROR
     Running 'testthat.R' [8s]
    Running the tests in 'tests/testthat.R' failed.
    Complete output:
     > library(testthat)
     > library(corpus)
     >
     > test_check("corpus")
     -- 1. Failure: 'print.corpus_frame' can wrap 4 columns (@test-frame.R#332) ----
     strsplit(capture_output(print.corpus_frame(x), width = 80), "\n")[[1]] not equal to `lines`.
     Lengths differ: 6 is not 4
    
     -- 2. Failure: 'format' can handle marks (@test-text_format.R#142) ------------
     format(text, chars = 6, justify = "left") not equal to "...".
     1/1 mismatches
     x[1]: "<c2><85>"
     y[1]: "..."
    
     -- 3. Failure: 'format' can handle marks (@test-text_format.R#143) ------------
     format(text, chars = 6, justify = "centre") not equal to "...".
     1/1 mismatches
     x[1]: "<c2><85>"
     y[1]: "..."
    
     -- 4. Failure: 'format' can handle marks (@test-text_format.R#144) ------------
     format(text, chars = 5, justify = "right") not equal to "...".
     1/1 mismatches
     x[1]: "<c2><85>"
     y[1]: "..."
    
     -- 5. Failure: 'format' can handle zero, or NULL chars (@test-text_format.R#179)
     as.character(format(text, chars = 0, justify = "left")) not equal to "...".
     1/1 mismatches
     x[1]: "<c2><85>"
     y[1]: "..."
    
     -- 6. Failure: 'format' can handle zero, or NULL chars (@test-text_format.R#181)
     as.character(format(text, chars = 0, justify = "centre")) not equal to "...".
     1/1 mismatches
     x[1]: "<c2><85>"
     y[1]: "..."
    
     -- 7. Failure: 'format' can handle zero, or NULL chars (@test-text_format.R#183)
     as.character(format(text, chars = 0, justify = "right")) not equal to "...".
     1/1 mismatches
     x[1]: "<c2><85>"
     y[1]: "..."
    
     -- 8. Failure: 'text_locate' prints results correctly (@test-text_locate.R#163)
     `lines` not equal to c(...).
     Lengths differ: 6 is not 3
    
     == testthat results ===========================================================
     [ OK: 587 | SKIPPED: 8 | WARNINGS: 0 | FAILED: 8 ]
     1. Failure: 'print.corpus_frame' can wrap 4 columns (@test-frame.R#332)
     2. Failure: 'format' can handle marks (@test-text_format.R#142)
     3. Failure: 'format' can handle marks (@test-text_format.R#143)
     4. Failure: 'format' can handle marks (@test-text_format.R#144)
     5. Failure: 'format' can handle zero, or NULL chars (@test-text_format.R#179)
     6. Failure: 'format' can handle zero, or NULL chars (@test-text_format.R#181)
     7. Failure: 'format' can handle zero, or NULL chars (@test-text_format.R#183)
     8. Failure: 'text_locate' prints results correctly (@test-text_locate.R#163)
    
     Error: testthat unit tests failed
     Execution halted
Flavor: r-devel-windows-ix86+x86_64

Version: 0.10.1
Check: for unstated dependencies in ‘tests’
Result: WARN
    Warning in deparse(e[[2L]]) :
     it is not known that wchar_t is Unicode on this platform
    Warning in deparse(e[[2L]]) :
     it is not known that wchar_t is Unicode on this platform
    Warning in deparse(e[[2L]]) :
     it is not known that wchar_t is Unicode on this platform
    Warning in deparse(e[[2L]]) :
     it is not known that wchar_t is Unicode on this platform
    Warning in deparse(e[[2L]]) :
     it is not known that wchar_t is Unicode on this platform
    Warning in deparse(e[[2L]]) :
     it is not known that wchar_t is Unicode on this platform
Flavor: r-patched-solaris-x86

Package stylest

Current CRAN status: NOTE: 5, OK: 7

Version: 0.1.0
Check: data for non-ASCII characters
Result: NOTE
     Note: found 2 marked UTF-8 strings
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-patched-solaris-x86, r-release-macos-x86_64, r-oldrel-macos-x86_64

Package zipR

Current CRAN status: OK: 12