Last updated on 2024-04-30 09:53:55 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.8.2 | 7.96 | 70.28 | 78.24 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.8.2 | 6.24 | 52.33 | 58.57 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.8.2 | 101.25 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.8.2 | 92.56 | OK | |||
r-devel-windows-x86_64 | 0.8.2 | 9.00 | 74.00 | 83.00 | OK | |
r-patched-linux-x86_64 | 0.8.2 | 4.64 | 66.94 | 71.58 | OK | |
r-release-linux-x86_64 | 0.8.2 | 6.19 | 67.04 | 73.23 | ERROR | |
r-release-macos-arm64 | 0.8.2 | 36.00 | OK | |||
r-release-windows-x86_64 | 0.8.2 | 9.00 | 73.00 | 82.00 | OK | |
r-oldrel-macos-arm64 | 0.8.2 | 42.00 | OK | |||
r-oldrel-macos-x86_64 | 0.8.2 | 74.00 | OK | |||
r-oldrel-windows-x86_64 | 0.8.2 | 10.00 | 79.00 | 89.00 | OK |
Version: 0.8.2
Check: tests
Result: ERROR
Running ‘testthat.R’ [4s/10s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(httptest2)
> library(hexFinder)
>
> test_check("hexFinder")
No github personal access token provided.
Limited search rates for github will apply.
Set up github_pat environmental variable if you plan to query multiple repos in a short time
[ FAIL 1 | WARN 2 | SKIP 0 | PASS 34 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-gather.R:7:3'): get_cran_info ──────────────────────────────────
Error in `curl::curl_fetch_memory(url)`: Failed writing received data to disk/application
Backtrace:
▆
1. ├─testthat::expect_named(get_cran_info("rlang")) at test-gather.R:7:3
2. │ └─testthat::quasi_label(enquo(object), label, arg = "object")
3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
4. └─hexFinder:::get_cran_info("rlang")
5. └─pkgsearch::cran_package(pkg_name)
6. └─pkgsearch:::crandb_query(ept)
7. └─pkgsearch:::http_get(url0)
8. └─curl::curl_fetch_memory(url)
[ FAIL 1 | WARN 2 | SKIP 0 | PASS 34 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.8.2
Check: tests
Result: ERROR
Running ‘testthat.R’ [6s/9s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(httptest2)
> library(hexFinder)
>
> test_check("hexFinder")
No github personal access token provided.
Limited search rates for github will apply.
Set up github_pat environmental variable if you plan to query multiple repos in a short time
[ FAIL 1 | WARN 2 | SKIP 0 | PASS 34 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-gather.R:7:3'): get_cran_info ──────────────────────────────────
Error in `curl::curl_fetch_memory(url)`: Failed writing received data to disk/application
Backtrace:
▆
1. ├─testthat::expect_named(get_cran_info("rlang")) at test-gather.R:7:3
2. │ └─testthat::quasi_label(enquo(object), label, arg = "object")
3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
4. └─hexFinder:::get_cran_info("rlang")
5. └─pkgsearch::cran_package(pkg_name)
6. └─pkgsearch:::crandb_query(ept)
7. └─pkgsearch:::http_get(url0)
8. └─curl::curl_fetch_memory(url)
[ FAIL 1 | WARN 2 | SKIP 0 | PASS 34 ]
Error: Test failures
Execution halted
Flavor: r-release-linux-x86_64