CRAN Package Check Results for Package alphaci

Last updated on 2024-05-06 15:55:28 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0.1 2.29 34.07 36.36 OK
r-devel-linux-x86_64-debian-gcc 1.0.1 1.87 25.79 27.66 OK
r-devel-linux-x86_64-fedora-clang 1.0.1 48.71 OK
r-devel-linux-x86_64-fedora-gcc 1.0.1 63.38 OK
r-devel-windows-x86_64 1.0.1 3.00 50.00 53.00 OK
r-patched-linux-x86_64 1.0.1 3.17 31.88 35.05 OK
r-release-linux-x86_64 1.0.1 2.51 32.07 34.58 OK
r-release-macos-arm64 1.0.1 26.00 OK
r-release-macos-x86_64 1.0.1 71.00 OK
r-release-windows-x86_64 1.0.1 3.00 49.00 52.00 ERROR
r-oldrel-macos-arm64 1.0.1 42.00 OK
r-oldrel-macos-x86_64 1.0.1 57.00 OK
r-oldrel-windows-x86_64 1.0.1 4.00 49.00 53.00 OK

Check Details

Version: 1.0.1
Check: tests
Result: ERROR Running 'testthat.R' [2s] 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/tests.html > # * https://testthat.r-lib.org/reference/test_package.html#special-files > > library(testthat) > library(alphaci) > > test_check("alphaci") [ FAIL 1 | WARN 1 | SKIP 0 | PASS 43 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-inference.R:16:1'): (code run outside of `test_that()`) ──────── Error in `names(ci) <- quants`: 'names' attribute [2] must be the same length as the vector [0] Backtrace: ▆ 1. └─alphaci::alphaci(x, type = "adf", parallel = FALSE, transform = "fisher") at test-inference.R:16:1 2. ├─base::do.call(what = alphaci_, c(args, call = quote(call), standardized = FALSE)) 3. └─alphaci (local) `<fn>`(...) [ FAIL 1 | WARN 1 | SKIP 0 | PASS 43 ] Error: Test failures Execution halted Flavor: r-release-windows-x86_64