CRAN Package Check Results for Package humanize

Last updated on 2025-05-03 12:54:44 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.2.0 2.69 29.51 32.20 OK
r-devel-linux-x86_64-debian-gcc 0.2.0 1.94 23.38 25.32 OK
r-devel-linux-x86_64-fedora-clang 0.2.0 49.49 OK
r-devel-linux-x86_64-fedora-gcc 0.2.0 63.33 ERROR
r-devel-windows-x86_64 0.2.0 4.00 49.00 53.00 OK
r-patched-linux-x86_64 0.2.0 2.55 27.79 30.34 OK
r-release-linux-x86_64 OK
r-release-macos-arm64 0.2.0 32.00 OK
r-release-macos-x86_64 0.2.0 43.00 OK
r-release-windows-x86_64 0.2.0 4.00 50.00 54.00 OK
r-oldrel-macos-arm64 0.2.0 28.00 NOTE
r-oldrel-macos-x86_64 0.2.0 34.00 NOTE
r-oldrel-windows-x86_64 0.2.0 4.00 55.00 59.00 NOTE

Check Details

Version: 0.2.0
Check: tests
Result: ERROR Running ‘testthat.R’ [18s/25s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(humanize) > > test_check("humanize") [ FAIL 6 | WARN 1 | SKIP 0 | PASS 140 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test_time.R:256:3'): natural_day works as expected ──────────────── natural_day\(today\) does not match "today". Actual value: "yesterday" Backtrace: ▆ 1. └─testthat::expect_match(natural_day(today), "today") at test_time.R:256:3 2. └─testthat:::expect_match_(...) ── Failure ('test_time.R:257:3'): natural_day works as expected ──────────────── natural_day\(tomorrow\) does not match "tomorrow". Actual value: "today" Backtrace: ▆ 1. └─testthat::expect_match(natural_day(tomorrow), "tomorrow") at test_time.R:257:3 2. └─testthat:::expect_match_(...) ── Failure ('test_time.R:258:3'): natural_day works as expected ──────────────── natural_day\(yesterday\) does not match "yesterday". Actual value: "Apr 30" Backtrace: ▆ 1. └─testthat::expect_match(natural_day(yesterday), "yesterday") at test_time.R:258:3 2. └─testthat:::expect_match_(...) ── Failure ('test_time.R:268:3'): natural_date works as expected ─────────────── natural_date\(today\) does not match "today". Actual value: "yesterday" Backtrace: ▆ 1. └─testthat::expect_match(natural_date(today), "today") at test_time.R:268:3 2. └─testthat:::expect_match_(...) ── Failure ('test_time.R:269:3'): natural_date works as expected ─────────────── natural_date\(tomorrow\) does not match "tomorrow". Actual value: "today" Backtrace: ▆ 1. └─testthat::expect_match(natural_date(tomorrow), "tomorrow") at test_time.R:269:3 2. └─testthat:::expect_match_(...) ── Failure ('test_time.R:270:3'): natural_date works as expected ─────────────── natural_date\(yesterday\) does not match "yesterday". Actual value: "Apr 30" Backtrace: ▆ 1. └─testthat::expect_match(natural_date(yesterday), "yesterday") at test_time.R:270:3 2. └─testthat:::expect_match_(...) [ FAIL 6 | WARN 1 | SKIP 0 | PASS 140 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-fedora-gcc

Version: 0.2.0
Check: LazyData
Result: NOTE 'LazyData' is specified without a 'data' directory Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64