CRAN Package Check Results for Package arrayhelpers

Last updated on 2026-07-10 12:51:10 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.1-1 2.72 27.86 30.58 OK
r-devel-linux-x86_64-debian-gcc 1.1-1 1.81 22.80 24.61 OK
r-devel-linux-x86_64-fedora-clang 1.1-1 44.40 ERROR
r-devel-linux-x86_64-fedora-gcc 1.1-1 44.79 ERROR
r-devel-windows-x86_64 1.1-1 5.00 51.00 56.00 OK
r-patched-linux-x86_64 1.1-1 2.91 25.92 28.83 OK
r-release-linux-x86_64 1.1-0 2.56 26.70 29.26 OK
r-release-macos-arm64 1.1-1 1.00 11.00 12.00 OK
r-release-macos-x86_64 1.1-1 2.00 44.00 46.00 OK
r-release-windows-x86_64 1.1-1 6.00 53.00 59.00 OK
r-oldrel-macos-arm64 1.1-1 1.00 16.00 17.00 OK
r-oldrel-macos-x86_64 1.1-1 2.00 32.00 34.00 OK
r-oldrel-windows-x86_64 1.1-1 6.00 55.00 61.00 OK

Check Details

Version: 1.1-1
Check: tests
Result: ERROR Running ‘testthat.R’ 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(arrayhelpers) Package arrayhelpers, version 1.1-1 If you use this package please cite it appropriately. citation("arrayhelpers") will give you the correct reference. The project homepage is http://arrayhelpers.r-forge.r-project.org/ > > test_check("arrayhelpers") * : checkIdentical(v, restoredim(tmp, old = old[[1]])) run in less than 0.001 sec ... **ERROR** Error in structure(a, .Dim = old$dim[usedim], .Dimnames = lon(old$dimnames[usedim]), : (converted from warning) Replacing special names '.Dim', '.Dimnames', '.Names' is deprecated; use 'dim', 'dimnames', 'names' instead. * : checkIdentical(v, restoredim(tmp, old = old)) run in less than 0.001 sec ... **ERROR** Error in structure(a, .Dim = old$dim[usedim], .Dimnames = lon(old$dimnames[usedim]), : (converted from warning) Replacing special names '.Dim', '.Dimnames', '.Names' is deprecated; use 'dim', 'dimnames', 'names' instead. kind msg test(restoredim) **ERROR** test(.rowMeans) OK test(ndim) OK test(.rowSums) OK test(makeNd) OK test(numericindex) OK test(slice) OK test(slice<-) OK test(delold) OK test(.colMeans) OK test(ensuredim) OK test(drop1d) OK test(array2df) OK test(.colSums) OK test(ta) OK test(groupsum) OK Saving _problems/tests-2.R [ FAIL 1 | WARN 0 | SKIP 0 | PASS 0 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('tests.R:2:1'): (code run outside of `test_that()`) ────────────────── Error in `errorLog(summarize = FALSE)`: 0 failure(s) and 1 error(s) Backtrace: ▆ 1. └─arrayhelpers::arrayhelpers.unittest() at tests.R:2:1 2. └─svUnit::errorLog(summarize = FALSE) [ FAIL 1 | WARN 0 | SKIP 0 | PASS 0 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-fedora-clang

Version: 1.1-1
Check: tests
Result: ERROR Running ‘testthat.R’ 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(arrayhelpers) Package arrayhelpers, version 1.1-1 If you use this package please cite it appropriately. citation("arrayhelpers") will give you the correct reference. The project homepage is http://arrayhelpers.r-forge.r-project.org/ > > test_check("arrayhelpers") * : checkEquals(drop1d(ensuredim(v)), v) run in 0.17 sec ... OK* : checkIdentical(v, restoredim(tmp, old = old[[1]])) run in less than 0.001 sec ... **ERROR** Error in structure(a, .Dim = old$dim[usedim], .Dimnames = lon(old$dimnames[usedim]), : (converted from warning) Replacing special names '.Dim', '.Dimnames', '.Names' is deprecated; use 'dim', 'dimnames', 'names' instead. * : checkIdentical(v, restoredim(tmp, old = old)) run in less than 0.001 sec ... **ERROR** Error in structure(a, .Dim = old$dim[usedim], .Dimnames = lon(old$dimnames[usedim]), : (converted from warning) Replacing special names '.Dim', '.Dimnames', '.Names' is deprecated; use 'dim', 'dimnames', 'names' instead. kind msg test(restoredim) **ERROR** test(.rowMeans) OK test(ndim) OK test(.rowSums) OK test(makeNd) OK test(numericindex) OK test(slice) OK test(slice<-) OK test(delold) OK test(.colMeans) OK test(ensuredim) OK test(drop1d) OK test(array2df) OK test(.colSums) OK test(ta) OK test(groupsum) OK Saving _problems/tests-2.R [ FAIL 1 | WARN 0 | SKIP 0 | PASS 0 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('tests.R:2:1'): (code run outside of `test_that()`) ────────────────── Error in `errorLog(summarize = FALSE)`: 0 failure(s) and 1 error(s) Backtrace: ▆ 1. └─arrayhelpers::arrayhelpers.unittest() at tests.R:2:1 2. └─svUnit::errorLog(summarize = FALSE) [ FAIL 1 | WARN 0 | SKIP 0 | PASS 0 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-fedora-gcc