CRAN Package Check Results for Package loggit

Last updated on 2024-07-13 05:49:17 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 2.1.1 2.30 35.69 37.99 ERROR
r-devel-linux-x86_64-debian-gcc 2.1.1 1.60 26.58 28.18 OK
r-devel-linux-x86_64-fedora-clang 2.1.1 47.38 OK
r-devel-linux-x86_64-fedora-gcc 2.1.1 57.57 OK
r-devel-windows-x86_64 2.1.1 3.00 50.00 53.00 OK
r-patched-linux-x86_64 2.1.1 2.46 32.79 35.25 OK
r-release-linux-x86_64 2.1.1 2.33 33.85 36.18 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 4.00 52.00 56.00 OK
r-oldrel-macos-arm64 2.1.1 25.00 OK
r-oldrel-macos-x86_64 2.1.1 37.00 OK
r-oldrel-windows-x86_64 2.1.1 4.00 52.00 56.00 OK

Check Details

Version: 2.1.1
Check: tests
Result: ERROR Running ‘testthat.R’ [3s/3s] 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