Package check result: OK Changes to worse in reverse depends: Package: hicp Check: tests New result: ERROR Running ‘testthat.R’ [28s/31s] 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/tests.html > # * https://testthat.r-lib.org/reference/test_package.html#special-files > > library(testthat) > library(hicp) Attaching package: 'hicp' The following object is masked from 'package:stats': aggregate The following object is masked from 'package:utils': data > > test_check("hicp") Saving _problems/test_hicp.data-52.R [ FAIL 1 | WARN 0 | SKIP 0 | PASS 478 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test_hicp.data.r:52:3'): (code run outside of `test_that()`) ────── Expected `min(as.integer(dt3$time))` to equal `y.min`. Differences: `actual` is an integer vector (2023) `expected` is a character vector ('2023') [ FAIL 1 | WARN 0 | SKIP 0 | PASS 478 ] Error: ! Test failures. Execution halted