CRAN Package Check Results for Package ready4

Last updated on 2024-05-10 10:59:17 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.9 13.36 156.43 169.79 OK
r-devel-linux-x86_64-debian-gcc 0.1.9 9.65 116.98 126.63 OK
r-devel-linux-x86_64-fedora-clang 0.1.9 215.88 OK
r-devel-linux-x86_64-fedora-gcc 0.1.9 284.85 OK
r-devel-windows-x86_64 0.1.9 13.00 242.00 255.00 OK
r-patched-linux-x86_64 0.1.9 8.70 149.38 158.08 OK
r-release-linux-x86_64 0.1.9 7.78 147.13 154.91 OK
r-release-macos-arm64 0.1.9 137.00 OK
r-release-macos-x86_64 0.1.9 220.00 OK
r-release-windows-x86_64 0.1.9 14.00 295.00 309.00 ERROR
r-oldrel-macos-arm64 0.1.9 161.00 OK
r-oldrel-macos-x86_64 0.1.9 199.00 OK
r-oldrel-windows-x86_64 0.1.9 17.00 237.00 254.00 OK

Check Details

Version: 0.1.9
Check: tests
Result: ERROR Running 'testthat.R' [135s] 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(ready4) > > test_check("ready4") [ FAIL 2 | WARN 0 | SKIP 0 | PASS 62 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-fn_make.R:2:3'): Valid tibble of release history of ready4 framework libraries is generated ── Expected `... <- NULL` to run without any errors. ℹ Actually got a <httr2_failure> with text: Failed to perform HTTP request. Caused by error in `curl::curl_fetch_memory()`: ! Timeout was reached: [api.github.com] Failed to connect to api.github.com port 443 after 10002 ms: Timeout was reached ── Error ('test-fn_make.R:3:3'): Valid tibble of release history of ready4 framework libraries is generated ── Error in `eval(code, test_env)`: object 'fw_tb' not found Backtrace: ▆ 1. ├─testthat::expect_true(tibble::is_tibble(fw_tb)) at test-fn_make.R:3:3 2. │ └─testthat::quasi_label(enquo(object), label, arg = "object") 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. └─tibble::is_tibble(fw_tb) [ FAIL 2 | WARN 0 | SKIP 0 | PASS 62 ] Error: Test failures Execution halted Flavor: r-release-windows-x86_64