Last updated on 2022-09-11 12:56:25 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0.1 | 1.36 | 24.58 | 25.94 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.0.1 | 1.72 | 19.57 | 21.29 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.0.1 | 43.33 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.0.1 | 45.11 | OK | |||
r-devel-windows-x86_64 | 1.0.1 | 21.00 | 51.00 | 72.00 | ERROR | |
r-patched-linux-x86_64 | 1.0.1 | 1.52 | 23.57 | 25.09 | OK | |
r-release-linux-x86_64 | 1.0.1 | 1.48 | 24.01 | 25.49 | OK | |
r-release-macos-arm64 | 1.0.1 | 15.00 | OK | |||
r-release-macos-x86_64 | 1.0.1 | 20.00 | OK | |||
r-release-windows-x86_64 | 1.0.1 | 15.00 | 51.00 | 66.00 | OK | |
r-oldrel-macos-arm64 | 1.0.1 | 17.00 | OK | |||
r-oldrel-macos-x86_64 | 1.0.1 | 21.00 | OK | |||
r-oldrel-windows-ix86+x86_64 | 1.0.1 | 5.00 | 47.00 | 52.00 | OK |
Version: 1.0.1
Check: tests
Result: ERROR
Running 'testthat.R' [2s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(piecemaker)
>
> test_check("piecemaker")
[ FAIL 1 | WARN 2 | SKIP 0 | PASS 23 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error (test-clean.R:33:3): Can validate UTF8 ────────────────────────────────
<encoding_error/rlang_error/error/condition>
Error in `FUN(X[[i]], ...)`: Unsupported string type in <fa><b4><bf><bf><9f>
Backtrace:
▆
1. ├─testthat::expect_error(...) at test-clean.R:33:2
2. │ └─testthat:::expect_condition_matching(...)
3. │ └─testthat:::quasi_capture(...)
4. │ ├─testthat (local) .capture(...)
5. │ │ └─base::withCallingHandlers(...)
6. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
7. └─piecemaker::validate_utf8(bad_character)
8. └─base::vapply(...)
9. └─piecemaker (local) FUN(X[[i]], ...)
10. └─rlang::abort(message = error_message, class = "encoding_error")
[ FAIL 1 | WARN 2 | SKIP 0 | PASS 23 ]
Error: Test failures
Execution halted
Flavor: r-devel-windows-x86_64