CRAN Package Check Results for Maintainer ‘Matthew Hamilton <matthew.hamilton1 at monash.edu>’

Last updated on 2024-06-30 00:59:46 CEST.

Package ERROR OK
ready4 1 12

Package ready4

Current CRAN status: ERROR: 1, OK: 12

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