CRAN Package Check Results for Package zipangu

Last updated on 2022-09-11 12:56:32 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.3.1 4.31 52.70 57.01 OK
r-devel-linux-x86_64-debian-gcc 0.3.1 3.24 40.25 43.49 OK
r-devel-linux-x86_64-fedora-clang 0.3.1 82.18 NOTE
r-devel-linux-x86_64-fedora-gcc 0.3.1 84.40 NOTE
r-devel-windows-x86_64 0.3.1 26.00 85.00 111.00 OK
r-patched-linux-x86_64 0.3.1 4.88 49.55 54.43 OK
r-release-linux-x86_64 0.3.1 4.10 50.05 54.15 OK
r-release-macos-arm64 0.3.1 25.00 NOTE
r-release-macos-x86_64 0.3.1 34.00 NOTE
r-release-windows-x86_64 0.3.1 24.00 79.00 103.00 OK
r-oldrel-macos-arm64 0.3.1 28.00 NOTE
r-oldrel-macos-x86_64 0.3.1 37.00 NOTE
r-oldrel-windows-ix86+x86_64 0.3.1 10.00 77.00 87.00 ERROR

Check Details

Version: 0.3.1
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.1
Check: tests
Result: ERROR
     Running 'testthat.R' [15s]
    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:3): 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:3): 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:3): 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