Last updated on 2025-03-19 08:52:47 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 2.1.1 | 1.34 | 27.25 | 28.59 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 2.1.1 | 1.45 | 22.44 | 23.89 | OK | |
r-devel-linux-x86_64-fedora-clang | 2.1.1 | 50.57 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 2.1.1 | 60.24 | OK | |||
r-devel-macos-arm64 | 2.1.1 | 25.00 | OK | |||
r-devel-macos-x86_64 | 2.1.1 | 44.00 | OK | |||
r-devel-windows-x86_64 | 2.1.1 | 3.00 | 51.00 | 54.00 | OK | |
r-patched-linux-x86_64 | 2.1.1 | 2.04 | 26.65 | 28.69 | OK | |
r-release-linux-x86_64 | 2.1.1 | 1.85 | 25.90 | 27.75 | OK | |
r-release-macos-arm64 | 2.1.1 | 24.00 | OK | |||
r-release-macos-x86_64 | 2.1.1 | 36.00 | OK | |||
r-release-windows-x86_64 | 2.1.1 | 3.00 | 50.00 | 53.00 | OK | |
r-oldrel-macos-arm64 | 2.1.1 | OK | ||||
r-oldrel-macos-x86_64 | 2.1.1 | 37.00 | OK | |||
r-oldrel-windows-x86_64 | 2.1.1 | 4.00 | 53.00 | 57.00 | OK |
Version: 2.1.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [2s/2s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(loggit)
Attaching package: 'loggit'
The following objects are masked from 'package:base':
message, stop, warning
>
> test_check("loggit")
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 23 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test_json.R:89:3'): read_logs() works with unsanitizers ───────────
log_df_want[1, ] not equal to `log_df_got_default`.
Component "timestamp": 1 string mismatch
── Failure ('test_json.R:90:3'): read_logs() works with unsanitizers ───────────
log_df_want[2, ] not equal to `log_df_got_custom`.
Component "timestamp": 1 string mismatch
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 23 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang