Last updated on 2026-05-14 06:50:54 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.1.1 | 1.89 | 23.59 | 25.48 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.1.1 | 1.41 | 18.72 | 20.13 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.1.1 | 35.44 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 1.1.1 | 34.34 | OK | |||
| r-devel-windows-x86_64 | 1.1.1 | 4.00 | 43.00 | 47.00 | OK | |
| r-patched-linux-x86_64 | 1.1.1 | 1.63 | 20.31 | 21.94 | OK | |
| r-release-linux-x86_64 | 1.1.1 | 1.31 | 20.37 | 21.68 | 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 | 56.00 | 60.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 |
Version: 1.1.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [2s/32s]
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