Package check result: OK Changes to worse in reverse depends: Package: ebvcube Check: tests New result: ERROR Running ‘testthat.R’ [38s/102s] 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(ebvcube) ebvcube 0.5.2 > > test_check("ebvcube") Warning: stack imbalance in '<-', 77 then 79 Warning: stack imbalance in '{', 73 then 75 Saving _problems/test-download-20.R [ FAIL 1 | WARN 10 | SKIP 0 | PASS 239 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-download.R:20:5'): test ebv_download ID=doi ──────────────────── Error in `ebv_download("10.25829/f2rdp4", dir, verbose = FALSE)`: The DOI you provided (https://doi.org/10.25829/f2rdp4) cannot be reached. Error in open.connection(con_doi, open = "rt", timeout = t) : cannot open the connection to 'https://doi.org/10.25829/f2rdp4' Backtrace: ▆ 1. └─ebvcube::ebv_download("10.25829/f2rdp4", dir, verbose = FALSE) at test-download.R:20:5 [ FAIL 1 | WARN 10 | SKIP 0 | PASS 239 ] Error: ! Test failures. Execution halted