Package: dttr2 Check: tests New result: ERROR Running ‘spelling.R’ [0s/0s] Running ‘testthat.R’ [12s/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-time.R:21:3'): time.character ──────────────────────────────── dtt_time(character(0)) (`actual`) not identical to hms::as_hms(1)[-1] (`expected`). `actual`: "NA" `expected`: "hms()" [ FAIL 1 | WARN 0 | SKIP 0 | PASS 1171 ] Error: Test failures Execution halted