CRAN Package Check Results for Package ButtR

Last updated on 2026-09-09 06:51:09 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.1.1 1.84 24.25 26.09 OK
r-devel-linux-x86_64-debian-gcc 1.1.1 1.54 19.78 21.32 ERROR
r-devel-linux-x86_64-fedora-clang 1.1.1 16.87 OK
r-devel-linux-x86_64-fedora-gcc 1.1.1 16.24 OK
r-devel-windows-x86_64 1.1.1 4.00 47.00 51.00 OK
r-patched-linux-x86_64 1.1.1 1.69 20.73 22.42 OK
r-release-linux-x86_64 1.1.1 1.74 20.72 22.46 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 3.00 44.00 47.00 OK
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 4.00 47.00 51.00 OK

Check Details

Version: 1.1.1
Check: tests
Result: ERROR Running ‘testthat.R’ [2s/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-devel-linux-x86_64-debian-gcc