Last updated on 2023-05-29 07:54:28 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.0 | 3.38 | 61.83 | 65.21 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.1.0 | 3.48 | 49.40 | 52.88 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.1.0 | 80.51 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.0 | 115.78 | OK | |||
r-devel-windows-x86_64 | 0.1.0 | 6.00 | 78.00 | 84.00 | OK | |
r-patched-linux-x86_64 | 0.1.0 | 4.75 | 58.97 | 63.72 | OK | |
r-release-linux-x86_64 | 0.1.0 | 4.27 | 59.26 | 63.53 | OK | |
r-release-macos-arm64 | 0.1.0 | 67.00 | OK | |||
r-release-macos-x86_64 | 0.1.0 | 90.00 | OK | |||
r-release-windows-x86_64 | 0.1.0 | 6.00 | 87.00 | 93.00 | OK | |
r-oldrel-macos-arm64 | 0.1.0 | 57.00 | OK | |||
r-oldrel-macos-x86_64 | 0.1.0 | 69.00 | OK | |||
r-oldrel-windows-x86_64 | 0.1.0 | 6.00 | 87.00 | 93.00 | OK |
Version: 0.1.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [36s/69s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(woodendesc)
>
> test_check("woodendesc")
[ FAIL 1 | WARN 0 | SKIP 1 | PASS 608 ]
══ Skipped tests ═══════════════════════════════════════════════════════════════
• Decompression issue (1)
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-url-dependencies.R:6:1'): (code run outside of `test_that()`) ──
Error in `curl::curl_fetch_memory(url, handle = handle)`: Timeout was reached: [www.omegahat.net] Failed to connect to www.omegahat.net port 443 after 10001 ms: Timeout was reached
Backtrace:
▆
1. ├─vcr::use_cassette(...) at test-url-dependencies.R:6:0
2. │ └─cassette$call_block(...)
3. └─woodendesc::wood_url_dependencies("RGraphicsDevice", "http://www.omegahat.net/R") at test-url-dependencies.R:7:2
4. └─woodendesc:::url_PACKAGES_cache(repository)
5. ├─woodendesc:::with_cache(...)
6. │ └─base::evalq(expr)
7. │ └─base::evalq(expr)
8. └─woodendesc:::download_repo_data(...)
9. └─woodendesc:::download_dcf(packages_url, compression = "none")
10. └─woodendesc:::download_safely(url, as = "raw")
11. └─httr::GET(url)
12. └─httr:::request_perform(req, hu$handle$handle)
13. └─httr:::perform_callback("request", req = req)
14. └─webmockr (local) callback(...)
15. └─webmockr::HttrAdapter$new()$handle_request(req)
16. └─private$request_handler(req)$handle()
17. └─eval(parse(text = req_type_fun))(self$request)
18. └─eval(parse(text = paste0("httr::", self$request_original$method)))(...)
19. └─httr:::request_perform(req, hu$handle$handle)
20. ├─httr:::request_fetch(req$output, req$url, handle)
21. └─httr:::request_fetch.write_memory(req$output, req$url, handle)
22. └─curl::curl_fetch_memory(url, handle = handle)
[ FAIL 1 | WARN 0 | SKIP 1 | PASS 608 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang