CRAN Package Check Results for Package ready4

Last updated on 2024-08-20 07:48:44 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.14 10.44 131.02 141.46 OK
r-devel-linux-x86_64-debian-gcc 0.1.14 7.09 87.62 94.71 OK
r-devel-linux-x86_64-fedora-clang 0.1.14 244.99 OK
r-devel-linux-x86_64-fedora-gcc 0.1.14 235.03 ERROR
r-devel-windows-x86_64 0.1.14 14.00 292.00 306.00 OK
r-patched-linux-x86_64 0.1.14 11.75 127.22 138.97 OK
r-release-linux-x86_64 0.1.14 9.81 128.65 138.46 OK
r-release-macos-arm64 0.1.14 162.00 OK
r-release-macos-x86_64 0.1.14 255.00 OK
r-release-windows-x86_64 0.1.14 16.00 290.00 306.00 OK
r-oldrel-macos-arm64 0.1.14 208.00 OK
r-oldrel-macos-x86_64 0.1.14 268.00 OK
r-oldrel-windows-x86_64 0.1.14 16.00 284.00 300.00 OK

Check Details

Version: 0.1.14
Check: tests
Result: ERROR Running ‘testthat.R’ [24s/144s] 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 1 | WARN 0 | SKIP 7 | PASS 36 ] ══ Skipped tests (7) ═══════════════════════════════════════════════════════════ • On CRAN (7): 'test-fn_get.R:3:3', 'test-fn_get.R:14:3', 'test-fn_make.R:3:3', 'test-fn_make.R:15:3', 'test-fn_make.R:24:3', 'test-fn_make.R:35:3', 'test-fn_make.R:45:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-fn_make.R:14:3'): Kable of release history of subroutines in a GitHub repository is generated ── Expected `subroutines_kbl <- make_code_releases_tbl("Subroutine", gh_repo_1L_chr = "ready4-dev/ready4")` to run without any errors. ℹ Actually got a <subscriptOutOfBoundsError> with text: subscript out of bounds [ FAIL 1 | WARN 0 | SKIP 7 | PASS 36 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-fedora-gcc