CRAN Package Check Results for Package readODS

Last updated on 2023-01-25 04:51:46 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.7.0 1.83 40.56 42.39 OK
r-devel-linux-x86_64-debian-gcc 1.8.0 1.71 32.00 33.71 OK
r-devel-linux-x86_64-fedora-clang 1.8.0 60.35 OK
r-devel-linux-x86_64-fedora-gcc 1.8.0 72.90 OK
r-patched-linux-x86_64 1.7.0 6.91 39.87 46.78 OK
r-release-linux-x86_64 1.7.0 2.63 39.84 42.47 OK
r-release-macos-arm64 1.8.0 24.00 OK
r-release-macos-x86_64 1.7.0 30.00 OK
r-release-windows-x86_64 1.7.0 22.00 76.00 98.00 OK
r-oldrel-macos-arm64 1.8.0 28.00 OK
r-oldrel-macos-x86_64 1.7.0 34.00 OK
r-oldrel-windows-ix86+x86_64 1.8.0 6.00 69.00 75.00 ERROR

Check Details

Version: 1.8.0
Check: tests
Result: ERROR
     Running 'testthat.R' [13s]
    Running the tests in 'tests/testthat.R' failed.
    Complete output:
     > library(testthat)
     > library(readODS)
     > test_check("readODS")
     [ FAIL 1 | WARN 0 | SKIP 8 | PASS 167 ]
    
     == Skipped tests ===============================================================
     * On CRAN (8)
    
     == Failed tests ================================================================
     -- Error ('test_xml_fuzz.R:6'): basic test case #1 -----------------------------
     Error in `read_xml.character(con, options = c("NOBLANKS", "HUGE"))`: Input is not proper UTF-8, indicate encoding !
     Bytes: 0x9A 0x22 0x20 0x74 [9]
     Backtrace:
     x
     1. \-readODS::read_ods(ascii_test_file) at test_xml_fuzz.R:6:4
     2. \-readODS:::.parse_ods_to_sheets(path)
     3. \-readODS:::.parse_ods_file(file)
     4. +-xml2::read_xml(con, options = c("NOBLANKS", "HUGE"))
     5. \-xml2:::read_xml.character(con, options = c("NOBLANKS", "HUGE"))
    
     [ FAIL 1 | WARN 0 | SKIP 8 | PASS 167 ]
     Error: Test failures
     Execution halted
Flavor: r-oldrel-windows-ix86+x86_64