Last updated on 2023-02-08 04:07:21 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.3.2 | 4.68 | 172.34 | 177.02 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.3.2 | 3.68 | 130.37 | 134.05 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.3.2 | 70.83 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.3.2 | 234.19 | NOTE | |||
r-devel-windows-x86_64 | 0.3.2 | 43.00 | 249.00 | 292.00 | OK | |
r-patched-linux-x86_64 | 0.3.2 | 4.13 | 163.48 | 167.61 | OK | |
r-release-linux-x86_64 | 0.3.2 | 4.79 | 162.88 | 167.67 | 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 | 40.00 | 89.00 | 129.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 | 10.00 | 259.00 | 269.00 | ERROR |
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' [195s]
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