CRAN Package Check Results for Package ready4

Last updated on 2024-06-29 03:49:22 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.9 14.20 156.04 170.24 OK
r-devel-linux-x86_64-debian-gcc 0.1.9 9.99 116.39 126.38 OK
r-devel-linux-x86_64-fedora-clang 0.1.9 224.35 ERROR
r-devel-linux-x86_64-fedora-gcc 0.1.9 233.99 OK
r-devel-windows-x86_64 0.1.9 14.00 263.00 277.00 OK
r-patched-linux-x86_64 0.1.9 12.74 151.61 164.35 OK
r-release-linux-x86_64 0.1.9 7.48 149.91 157.39 OK
r-release-macos-arm64 0.1.9 137.00 OK
r-release-macos-x86_64 0.1.9 174.00 OK
r-release-windows-x86_64 0.1.9 13.00 272.00 285.00 OK
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 260.00 277.00 OK

Check Details

Version: 0.1.9
Check: tests
Result: ERROR Running ‘testthat.R’ [21s/63s] 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()`: ! HTTP/2 stream 0 was not closed cleanly: CANCEL (err 8) ── 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-devel-linux-x86_64-fedora-clang