Package check result: OK Changes to worse in reverse depends: Package: dttr2 Check: tests New result: ERROR Running ‘spelling.R’ [0s/0s] Running ‘testthat.R’ [11s/12s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(dttr2) > > test_check("dttr2") [ FAIL 1 | WARN 0 | SKIP 0 | PASS 1171 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-date.R:75:3'): date.hms ────────────────────────────────────── dtt_date(hms::as_hms("24:00:00")) (`actual`) not identical to as.Date("1970-01-02") (`expected`). `actual`: "1970-01-01" `expected`: "1970-01-02" [ FAIL 1 | WARN 0 | SKIP 0 | PASS 1171 ] Error: Test failures Execution halted