Last updated on 2026-07-27 02:50:31 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.2.0 | 94.21 | 310.33 | 404.54 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.2.0 | 82.17 | 212.93 | 295.10 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.2.0 | 97.00 | 481.73 | 578.73 | NOTE | |
| r-devel-linux-x86_64-fedora-gcc | 1.2.0 | 99.00 | 225.39 | 324.39 | NOTE | |
| r-devel-windows-x86_64 | 1.2.0 | 102.00 | 328.00 | 430.00 | OK | |
| r-patched-linux-x86_64 | 1.2.0 | 114.39 | 298.68 | 413.07 | OK | |
| r-release-linux-x86_64 | 1.2.0 | 112.69 | 304.13 | 416.82 | 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 | 101.00 | 313.00 | 414.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 | 130.00 | 467.00 | 597.00 | OK |
Version: 1.2.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [95s/134s]
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