CRAN Package Check Results for Package ButtR

Last updated on 2026-08-25 06:51:54 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.1.1 1.26 24.06 25.32 OK
r-devel-linux-x86_64-debian-gcc 1.1.1 1.56 19.53 21.09 OK
r-devel-linux-x86_64-fedora-clang 1.1.1 16.63 OK
r-devel-linux-x86_64-fedora-gcc 1.1.1 16.24 OK
r-devel-windows-x86_64 1.1.1 4.00 50.00 54.00 OK
r-patched-linux-x86_64 1.1.1 1.97 20.82 22.79 OK
r-release-linux-x86_64 1.1.1 1.90 20.70 22.60 OK
r-release-macos-arm64 1.1.1 1.00 15.00 16.00 OK
r-release-macos-x86_64 1.1.1 2.00 39.00 41.00 OK
r-release-windows-x86_64 1.1.1 4.00 75.00 79.00 ERROR
r-oldrel-macos-arm64 1.1.1 1.00 19.00 20.00 OK
r-oldrel-macos-x86_64 1.1.1 2.00 38.00 40.00 OK
r-oldrel-windows-x86_64 1.1.1 6.00 48.00 54.00 OK

Check Details

Version: 1.1.1
Check: tests
Result: ERROR Running 'testthat.R' [33s] 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(ButtR) > > test_check("ButtR") Saving _problems/test-zenodo-14.R [ FAIL 1 | WARN 0 | SKIP 0 | PASS 95 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-zenodo.R:14:3'): zenodo interface works ──────────────────────── <http_504/http_500/http_error/error/condition> Error in `getZenodoVersionURL(deposition)`: Gateway Timeout (HTTP 504). Backtrace: ▆ 1. └─ButtR:::listFilesInZenodo(BUTTR_DEPOSITION) at test-zenodo.R:14:3 2. ├─ButtR:::getJSON(getZenodoVersionURL(deposition)) 3. │ └─httr::GET(url) 4. │ └─httr:::handle_url(handle, url, ...) 5. └─ButtR:::getZenodoVersionURL(deposition) 6. └─httr::stop_for_status(resp) [ FAIL 1 | WARN 0 | SKIP 0 | PASS 95 ] Error: ! Test failures. Execution halted Flavor: r-release-windows-x86_64