CRAN Package Check Results for Package zipangu

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

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.3.2 4.59 51.62 56.21 OK
r-devel-linux-x86_64-debian-gcc 0.3.2 3.22 39.36 42.58 OK
r-devel-linux-x86_64-fedora-clang 0.3.2 71.67 NOTE
r-devel-linux-x86_64-fedora-gcc 0.3.2 68.56 NOTE
r-patched-linux-x86_64 0.3.2 4.56 50.50 55.06 OK
r-release-linux-x86_64 0.3.2 3.64 52.04 55.68 OK
r-release-macos-arm64 0.3.2 24.00 NOTE
r-release-macos-x86_64 0.3.2 33.00 NOTE
r-release-windows-x86_64 0.3.2 35.00 82.00 117.00 OK
r-oldrel-macos-arm64 0.3.2 23.00 NOTE
r-oldrel-macos-x86_64 0.3.2 37.00 NOTE
r-oldrel-windows-ix86+x86_64 0.3.2 8.00 76.00 84.00 ERROR

Check Details

Version: 0.3.2
Check: data for non-ASCII characters
Result: NOTE
     Note: found 47 marked UTF-8 strings
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: 0.3.2
Check: tests
Result: ERROR
     Running 'testthat.R' [14s]
    Running the tests in 'tests/testthat.R' failed.
    Complete output:
     > library(testthat)
     > library(zipangu)
     >
     > test_check("zipangu")
     [ FAIL 3 | WARN 16 | SKIP 2 | PASS 142 ]
    
     == Skipped tests ===============================================================
     * On CRAN (2)
    
     == Failed tests ================================================================
     -- Failure ('test-jyear.R:10'): convert jyear works ----------------------------
     convert_jyear("<U+5E73><U+6210><U+5143><U+5E74>") not equal to convert_jyear("H1").
     1/1 mismatches
     [1] NA - 1989 == NA
     -- Failure ('test-jyear.R:33'): convert japanese date format -------------------
     convert_jdate("<U+4EE4><U+548C>2<U+5E74>7<U+6708>6<U+65E5>") not equal to as.Date("2020-07-06").
     'is.NA' value mismatch: 0 in current 1 in target
     -- Failure ('test-jyear.R:45'): convert japanese date format -------------------
     convert_jdate(...) not equal to as.Date(c("2018-01-01", "2018-02-01", NA)).
     'is.NA' value mismatch: 1 in current 3 in target
    
     [ FAIL 3 | WARN 16 | SKIP 2 | PASS 142 ]
     Error: Test failures
     Execution halted
Flavor: r-oldrel-windows-ix86+x86_64