CRAN Package Check Results for Package ALDEx3

Last updated on 2026-08-28 09:52:14 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.2.0 91.38 307.67 399.05 ERROR
r-devel-linux-x86_64-debian-gcc 1.3.1 86.52 216.86 303.38 OK
r-devel-linux-x86_64-fedora-clang 1.3.1 59.00 212.21 271.21 OK
r-devel-linux-x86_64-fedora-gcc 1.3.1 107.00 217.85 324.85 OK
r-devel-windows-x86_64 1.2.0 109.00 434.00 543.00 ERROR
r-patched-linux-x86_64 1.2.0 110.28 302.41 412.69 OK
r-release-linux-x86_64 1.2.0 111.47 294.07 405.54 OK
r-release-macos-arm64 1.3.1 21.00 81.00 102.00 OK
r-release-macos-x86_64 1.3.1 71.00 359.00 430.00 OK
r-release-windows-x86_64 1.2.0 102.00 343.00 445.00 OK
r-oldrel-macos-arm64 1.3.1 20.00 81.00 101.00 OK
r-oldrel-macos-x86_64 1.3.1 72.00 329.00 401.00 OK
r-oldrel-windows-x86_64 1.2.0 132.00 439.00 571.00 OK

Check Details

Version: 1.2.0
Check: tests
Result: ERROR Running ‘testthat.R’ [142s/185s] 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' [167s] 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