Last updated on 2026-08-08 20:50:09 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.1.1 | 1.93 | 23.82 | 25.75 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.1.1 | 1.44 | 19.81 | 21.25 | OK | |
| r-devel-linux-x86_64-fedora-clang | 1.1.1 | 16.54 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 1.1.1 | 15.86 | OK | |||
| r-devel-windows-x86_64 | 1.1.1 | 3.00 | 42.00 | 45.00 | OK | |
| r-patched-linux-x86_64 | 1.1.1 | 1.54 | 20.99 | 22.53 | OK | |
| r-release-linux-x86_64 | 1.1.1 | 1.67 | 20.82 | 22.49 | 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 | 100.00 | 103.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 | 5.00 | 49.00 | 54.00 | OK |
Version: 1.1.1
Check: tests
Result: ERROR
Running 'testthat.R' [61s]
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-55.R
Saving _problems/test-zenodo-57.R
[ FAIL 2 | WARN 2 | SKIP 0 | PASS 96 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-zenodo.R:55:3'): zenodo interface works ──────────────────────
Expected `utils::download.file(f$url[ri], destfile = tmpnm, quiet = TRUE)` not to throw any errors.
Actually got a <simpleError> with message:
cannot open URL 'https://zenodo.org/api/records/19019034/files/README.txt/content'
Backtrace:
▆
1. ├─testthat::expect_error(...) at test-zenodo.R:55:3
2. │ └─testthat:::expect_condition_matching_(...)
3. │ └─testthat:::quasi_capture(...)
4. │ ├─testthat (local) .capture(...)
5. │ │ └─base::withCallingHandlers(...)
6. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
7. └─utils::download.file(f$url[ri], destfile = tmpnm, quiet = TRUE)
── Error ('test-zenodo.R:57:3'): zenodo interface works ────────────────────────
Error in `file(con, "r")`: cannot open the connection
Backtrace:
▆
1. └─base::readLines(tmpnm, n = 1) at test-zenodo.R:57:3
2. └─base::file(con, "r")
[ FAIL 2 | WARN 2 | SKIP 0 | PASS 96 ]
Error:
! Test failures.
Execution halted
Flavor: r-release-windows-x86_64