Last updated on 2026-02-01 12:49:54 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.1.0 | 1.68 | 26.37 | 28.05 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.1.0 | 1.45 | 21.67 | 23.12 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.1.0 | 39.50 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 0.1.0 | 39.72 | OK | |||
| r-devel-windows-x86_64 | 0.1.0 | 4.00 | 50.00 | 54.00 | OK | |
| r-patched-linux-x86_64 | 0.1.0 | 1.58 | 22.30 | 23.88 | OK | |
| r-release-linux-x86_64 | 0.1.0 | 1.58 | 22.55 | 24.13 | OK | |
| r-release-macos-arm64 | 0.1.0 | OK | ||||
| r-release-macos-x86_64 | 0.1.0 | 2.00 | 55.00 | 57.00 | OK | |
| r-release-windows-x86_64 | 0.1.0 | 4.00 | 51.00 | 55.00 | OK | |
| r-oldrel-macos-arm64 | 0.1.0 | OK | ||||
| r-oldrel-macos-x86_64 | 0.1.0 | 2.00 | 54.00 | 56.00 | OK | |
| r-oldrel-windows-x86_64 | 0.1.0 | 4.00 | 56.00 | 60.00 | OK |
Version: 0.1.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [2s/12s]
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(ntfy)
>
> test_check("ntfy")
Saving _problems/test-ntfy-55.R
[ FAIL 1 | WARN 0 | SKIP 8 | PASS 0 ]
══ Skipped tests (8) ═══════════════════════════════════════════════════════════
• On CRAN (8): 'test-env.R:1:1', 'test-ntfy.R:3:3', 'test-ntfy.R:12:3',
'test-ntfy.R:43:3', 'test-ntfy.R:61:3', 'test-ntfy.R:78:3',
'test-ntfy.R:97:3', 'test-ntfy.R:112:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-ntfy.R:55:3'): can retrieve topic from env var ─────────────────
<httr2_failure/httr2_error/rlang_error/error/condition>
Error in `httr2::req_perform(req)`: Failed to perform HTTP request.
Caused by error in `curl::curl_fetch_memory()`:
! Timeout was reached [ntfy.sh]:
Connection timed out after 10001 milliseconds
Backtrace:
▆
1. └─ntfy::ntfy_send("Basic test message, topic arg") at test-ntfy.R:55:3
2. └─httr2::req_perform(req)
3. └─httr2:::handle_resp(req, resp, error_call = error_call)
4. └─rlang::cnd_signal(resp)
[ FAIL 1 | WARN 0 | SKIP 8 | PASS 0 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc