Last updated on 2026-06-02 04:51:33 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.1.1 | OK | ||||
| r-devel-linux-x86_64-debian-gcc | 1.1.1 | 1.40 | 18.71 | 20.11 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.1.1 | 35.44 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 1.1.1 | 36.39 | OK | |||
| r-devel-windows-x86_64 | 1.1.1 | 4.00 | 70.00 | 74.00 | OK | |
| r-patched-linux-x86_64 | 1.1.1 | 1.78 | 20.18 | 21.96 | OK | |
| r-release-linux-x86_64 | 1.1.1 | 1.47 | 20.11 | 21.58 | 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 | 5.00 | 49.00 | 54.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