Last updated on 2025-03-13 04:50:46 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.8.4 | 4.27 | 39.56 | 43.83 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.8.4 | 2.73 | 29.30 | 32.03 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.8.4 | 74.74 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.8.4 | 66.32 | OK | |||
r-devel-macos-arm64 | 0.8.4 | 31.00 | OK | |||
r-devel-macos-x86_64 | 0.8.4 | 77.00 | OK | |||
r-devel-windows-x86_64 | 0.8.4 | 6.00 | 67.00 | 73.00 | ERROR | |
r-patched-linux-x86_64 | 0.8.4 | OK | ||||
r-release-linux-x86_64 | 0.8.4 | 4.05 | 37.39 | 41.44 | OK | |
r-release-macos-arm64 | 0.8.4 | 33.00 | OK | |||
r-release-macos-x86_64 | 0.8.4 | 42.00 | OK | |||
r-release-windows-x86_64 | 0.8.4 | 6.00 | 62.00 | 68.00 | OK | |
r-oldrel-macos-arm64 | 0.8.4 | OK | ||||
r-oldrel-macos-x86_64 | 0.8.4 | 58.00 | OK | |||
r-oldrel-windows-x86_64 | 0.8.4 | 7.00 | 71.00 | 78.00 | OK |
Version: 0.8.4
Check: tests
Result: ERROR
Running 'testthat.R' [12s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(N2H4)
>
> test_check("N2H4")
[ FAIL 1 | WARN 0 | SKIP 8 | PASS 3 ]
══ Skipped tests (8) ═══════════════════════════════════════════════════════════
• On CRAN (8): 'test-func.R:15:3', 'test-func.R:29:3', 'test-func.R:38:3',
'test-func.R:47:3', 'test-func.R:57:3', 'test-func.R:65:3',
'test-func.R:88:3', 'test-func.R:94:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-func.R:82:3'): getCategoryFresh ────────────────────────────────
<httr2_failure/httr2_error/rlang_error/error/condition>
Error in `httr2::req_perform(.)`: Failed to perform HTTP request.
Caused by error in `curl::curl_fetch_memory()`:
! Timeout was reached [news.naver.com]: SSL/TLS connection timeout
Backtrace:
▆
1. ├─N2H4::getCategory(fresh = TRUE) at test-func.R:82:3
2. │ └─N2H4::getMainCategory()
3. │ └─... %>% httr2::resp_body_html()
4. ├─httr2::resp_body_html(.)
5. │ └─httr2:::check_response(resp)
6. │ └─httr2:::is_response(resp)
7. └─httr2::req_perform(.)
8. └─httr2:::handle_resp(req, resp, error_call = error_call)
9. └─rlang::cnd_signal(resp)
[ FAIL 1 | WARN 0 | SKIP 8 | PASS 3 ]
Error: Test failures
Execution halted
Flavor: r-devel-windows-x86_64