The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.
Last updated on 2026-07-24 05:51:37 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.1-1 | 2.77 | 28.47 | 31.24 | ERROR | |
| r-devel-linux-x86_64-debian-gcc | 1.1-1 | 2.21 | 22.65 | 24.86 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.1-1 | 46.29 | ERROR | |||
| r-devel-linux-x86_64-fedora-gcc | 1.1-1 | 22.24 | ERROR | |||
| r-devel-windows-x86_64 | 1.1-1 | 6.00 | 48.00 | 54.00 | ERROR | |
| r-patched-linux-x86_64 | 1.1-1 | 2.63 | 26.31 | 28.94 | OK | |
| r-release-linux-x86_64 | 1.1-1 | 2.62 | 26.35 | 28.97 | 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 | 49.00 | 55.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 | 5.00 | 54.00 | 59.00 | OK |
Version: 1.1-1
Check: R code for possible problems
Result: NOTE
Found calls to structure() using deprecated special names:
arrayhelpers/R/array2df.R (.Label: 4, .Names: 3, .Dim: 1, .Dimnames: 1)
arrayhelpers/R/colSums.R (.Dim: 4, .Dimnames: 4)
arrayhelpers/R/ensuredim.R (.Dim: 4, .Dimnames: 3, .Names: 2)
arrayhelpers/R/groupsum.R (.Dim: 1, .Dimnames: 1, .Names: 1)
arrayhelpers/R/restoredim.R (.Dim: 1, .Dimnames: 1, .Names: 1)
'.Label' should be changed to 'levels'.
'.Names' should be changed to 'names'.
'.Dim' should be changed to 'dim'.
'.Dimnames' should be changed to 'dimnames'.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64
Version: 1.1-1
Check: tests
Result: ERROR
Running ‘testthat.R’ [1s/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/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
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
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.142 sec ... OK* : checkIdentical(v, restoredim(tmp, old = old[[1]])) run in 0.004 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
Version: 1.1-1
Check: tests
Result: ERROR
Running 'testthat.R' [1s]
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-windows-x86_64
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.