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-08-11 12:49:56 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.2.0 | 91.99 | 313.25 | 405.24 | ERROR | |
| r-devel-linux-x86_64-debian-gcc | 1.2.0 | 83.54 | 211.31 | 294.85 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.2.0 | 55.00 | 212.78 | 267.78 | ERROR | |
| r-devel-linux-x86_64-fedora-gcc | 1.2.0 | 89.00 | 220.59 | 309.59 | ERROR | |
| r-devel-windows-x86_64 | 1.2.0 | 101.00 | 324.00 | 425.00 | ERROR | |
| r-patched-linux-x86_64 | 1.2.0 | 111.90 | 299.05 | 410.95 | OK | |
| r-release-linux-x86_64 | 1.2.0 | 111.79 | 302.13 | 413.92 | OK | |
| r-release-macos-arm64 | 1.2.0 | 21.00 | 82.00 | 103.00 | OK | |
| r-release-macos-x86_64 | 1.2.0 | 70.00 | 429.00 | 499.00 | OK | |
| r-release-windows-x86_64 | 1.2.0 | 100.00 | 326.00 | 426.00 | OK | |
| r-oldrel-macos-arm64 | 1.2.0 | 21.00 | 81.00 | 102.00 | OK | |
| r-oldrel-macos-x86_64 | 1.2.0 | 70.00 | 425.00 | 495.00 | OK | |
| r-oldrel-windows-x86_64 | 1.2.0 | 131.00 | 467.00 | 598.00 | OK |
Version: 1.2.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [147s/202s]
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(ALDEx3)
>
> test_check("ALDEx3")
Saving _problems/test-aldex_lm-103.R
Saving _problems/test-aldex_lm-104.R
Loading required package: rBeta2009
Attaching package: 'rBeta2009'
The following object is masked from 'package:stats':
rbeta
Loading required package: lmtest
Loading required package: zoo
Attaching package: 'zoo'
The following objects are masked from 'package:base':
as.Date, as.Date.numeric
Loading required package: sandwich
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 123 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-aldex_lm.R:103:4'): test-aldex.R gives similar results to ALDEx2's aldex.glm ──
Expected `all(abs(round(aldex3.res$p.val[2, ], 4) - aldex2.pvals) < 0.015)` to be TRUE.
Differences:
`actual`: FALSE
`expected`: TRUE
── Failure ('test-aldex_lm.R:104:4'): test-aldex.R gives similar results to ALDEx2's aldex.glm ──
Expected `all(...)` to be TRUE.
Differences:
`actual`: FALSE
`expected`: TRUE
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 123 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang
Version: 1.2.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [91s/108s]
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(ALDEx3)
>
> test_check("ALDEx3")
Saving _problems/test-aldex_lm-103.R
Saving _problems/test-aldex_lm-104.R
Loading required package: rBeta2009
Attaching package: 'rBeta2009'
The following object is masked from 'package:stats':
rbeta
Loading required package: lmtest
Loading required package: zoo
Attaching package: 'zoo'
The following objects are masked from 'package:base':
as.Date, as.Date.numeric
Loading required package: sandwich
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 123 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-aldex_lm.R:103:4'): test-aldex.R gives similar results to ALDEx2's aldex.glm ──
Expected `all(abs(round(aldex3.res$p.val[2, ], 4) - aldex2.pvals) < 0.015)` to be TRUE.
Differences:
`actual`: FALSE
`expected`: TRUE
── Failure ('test-aldex_lm.R:104:4'): test-aldex.R gives similar results to ALDEx2's aldex.glm ──
Expected `all(...)` to be TRUE.
Differences:
`actual`: FALSE
`expected`: TRUE
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 123 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.2.0
Check: compiled code
Result: NOTE
File ‘ALDEx3/libs/ALDEx3.so’:
Found no calls to: ‘R_registerRoutines’, ‘R_useDynamicSymbols’
It is good practice to register native routines and to disable symbol
search.
See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 1.2.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [99s/112s]
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(ALDEx3)
>
> test_check("ALDEx3")
Saving _problems/test-aldex_lm-103.R
Saving _problems/test-aldex_lm-104.R
Loading required package: rBeta2009
Attaching package: 'rBeta2009'
The following object is masked from 'package:stats':
rbeta
Loading required package: lmtest
Loading required package: zoo
Attaching package: 'zoo'
The following objects are masked from 'package:base':
as.Date, as.Date.numeric
Loading required package: sandwich
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 123 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-aldex_lm.R:103:4'): test-aldex.R gives similar results to ALDEx2's aldex.glm ──
Expected `all(abs(round(aldex3.res$p.val[2, ], 4) - aldex2.pvals) < 0.015)` to be TRUE.
Differences:
`actual`: FALSE
`expected`: TRUE
── Failure ('test-aldex_lm.R:104:4'): test-aldex.R gives similar results to ALDEx2's aldex.glm ──
Expected `all(...)` to be TRUE.
Differences:
`actual`: FALSE
`expected`: TRUE
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 123 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 1.2.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [102s/120s]
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(ALDEx3)
>
> test_check("ALDEx3")
Saving _problems/test-aldex_lm-103.R
Saving _problems/test-aldex_lm-104.R
Loading required package: rBeta2009
Attaching package: 'rBeta2009'
The following object is masked from 'package:stats':
rbeta
Loading required package: lmtest
Loading required package: zoo
Attaching package: 'zoo'
The following objects are masked from 'package:base':
as.Date, as.Date.numeric
Loading required package: sandwich
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 123 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-aldex_lm.R:103:4'): test-aldex.R gives similar results to ALDEx2's aldex.glm ──
Expected `all(abs(round(aldex3.res$p.val[2, ], 4) - aldex2.pvals) < 0.015)` to be TRUE.
Differences:
`actual`: FALSE
`expected`: TRUE
── Failure ('test-aldex_lm.R:104:4'): test-aldex.R gives similar results to ALDEx2's aldex.glm ──
Expected `all(...)` to be TRUE.
Differences:
`actual`: FALSE
`expected`: TRUE
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 123 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc
Version: 1.2.0
Check: tests
Result: ERROR
Running 'testthat.R' [146s]
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(ALDEx3)
>
> test_check("ALDEx3")
Saving _problems/test-aldex_lm-103.R
Saving _problems/test-aldex_lm-104.R
Loading required package: rBeta2009
Attaching package: 'rBeta2009'
The following object is masked from 'package:stats':
rbeta
Loading required package: lmtest
Loading required package: zoo
Attaching package: 'zoo'
The following objects are masked from 'package:base':
as.Date, as.Date.numeric
Loading required package: sandwich
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 123 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-aldex_lm.R:103:4'): test-aldex.R gives similar results to ALDEx2's aldex.glm ──
Expected `all(abs(round(aldex3.res$p.val[2, ], 4) - aldex2.pvals) < 0.015)` to be TRUE.
Differences:
`actual`: FALSE
`expected`: TRUE
── Failure ('test-aldex_lm.R:104:4'): test-aldex.R gives similar results to ALDEx2's aldex.glm ──
Expected `all(...)` to be TRUE.
Differences:
`actual`: FALSE
`expected`: TRUE
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 123 ]
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.