CRAN Package Check Results for Package power.transform

Last updated on 2025-02-17 02:51:19 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0.0 7.65 159.18 166.83 OK
r-devel-linux-x86_64-debian-gcc 1.0.0 4.96 149.83 154.79 OK
r-devel-linux-x86_64-fedora-clang 1.0.0 1259.15 ERROR
r-devel-linux-x86_64-fedora-gcc 1.0.0 1638.25 ERROR
r-devel-macos-arm64 1.0.0 53.00 OK
r-devel-macos-x86_64 1.0.0 108.00 OK
r-devel-windows-x86_64 1.0.0 7.00 145.00 152.00 OK
r-patched-linux-x86_64 1.0.0 6.37 132.92 139.29 OK
r-release-linux-x86_64 1.0.0 6.03 131.09 137.12 OK
r-release-macos-arm64 1.0.0 53.00 OK
r-release-macos-x86_64 1.0.0 151.00 OK
r-release-windows-x86_64 1.0.0 8.00 142.00 150.00 OK
r-oldrel-macos-arm64 1.0.0 58.00 OK
r-oldrel-macos-x86_64 1.0.0 260.00 OK
r-oldrel-windows-x86_64 1.0.0 8.00 164.00 172.00 OK

Check Details

Version: 1.0.0
Check: tests
Result: ERROR Running ‘testthat.R’ [20m/27m] 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/tests.html > # * https://testthat.r-lib.org/reference/test_package.html#special-files > > library(testthat) > library(power.transform) > > test_check("power.transform") [ FAIL 15 | WARN 0 | SKIP 0 | PASS 706 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-estimators.R:56:9'): Transforming all-positive values generates the correct results. (6; method: yeo_johnson; estimation_method: mle) ── abs(transformer@lambda + 0.2) < 0.2 is not TRUE `actual`: FALSE `expected`: TRUE ── Failure ('test-estimators.R:117:9'): Transforming completely negative values generates the correct results. (6; method: yeo_johnson; estimation_method: mle) ── abs(transformer@lambda + 0.2) < 0.2 is not TRUE `actual`: FALSE `expected`: TRUE ── Failure ('test-estimators.R:150:9'): Transforming all-positive values, with some NA values, generates the correct results. (6; method: yeo_johnson; estimation_method: mle) ── abs(transformer@lambda + 0.2) < 0.2 is not TRUE `actual`: FALSE `expected`: TRUE ── Failure ('test-estimators.R:87:9'): Transforming partially negative values generates the correct results. (7; method: yeo_johnson; estimation_method: anderson_darling) ── abs(transformer@lambda + 0.2) < 0.2 is not TRUE `actual`: FALSE `expected`: TRUE ── Failure ('test-estimators.R:117:9'): Transforming completely negative values generates the correct results. (7; method: yeo_johnson; estimation_method: anderson_darling) ── abs(transformer@lambda + 0.2) < 0.2 is not TRUE `actual`: FALSE `expected`: TRUE ── Failure ('test-estimators.R:150:9'): Transforming all-positive values, with some NA values, generates the correct results. (7; method: yeo_johnson; estimation_method: anderson_darling) ── abs(transformer@lambda + 0.2) < 0.2 is not TRUE `actual`: FALSE `expected`: TRUE ── Failure ('test-estimators.R:183:9'): Transforming all-positive values, with some Inf values, generates the correct results. (7; method: yeo_johnson; estimation_method: anderson_darling) ── abs(transformer@lambda + 0.2) < 0.2 is not TRUE `actual`: FALSE `expected`: TRUE ── Failure ('test-estimators.R:56:9'): Transforming all-positive values generates the correct results. (8; method: yeo_johnson; estimation_method: cramer_von_mises) ── abs(transformer@lambda + 0.2) < 0.2 is not TRUE `actual`: FALSE `expected`: TRUE ── Failure ('test-estimators.R:87:9'): Transforming partially negative values generates the correct results. (8; method: yeo_johnson; estimation_method: cramer_von_mises) ── abs(transformer@lambda + 0.2) < 0.2 is not TRUE `actual`: FALSE `expected`: TRUE ── Failure ('test-estimators.R:150:9'): Transforming all-positive values, with some NA values, generates the correct results. (8; method: yeo_johnson; estimation_method: cramer_von_mises) ── abs(transformer@lambda + 0.2) < 0.2 is not TRUE `actual`: FALSE `expected`: TRUE ── Failure ('test-estimators.R:183:9'): Transforming all-positive values, with some Inf values, generates the correct results. (9; method: yeo_johnson; estimation_method: jarque_bera) ── abs(transformer@lambda + 0.2) < 0.2 is not TRUE `actual`: FALSE `expected`: TRUE ── Failure ('test-estimators.R:87:9'): Transforming partially negative values generates the correct results. (10; method: yeo_johnson; estimation_method: dagostino) ── abs(transformer@lambda + 0.2) < 0.2 is not TRUE `actual`: FALSE `expected`: TRUE ── Failure ('test-transformation.R:58:11'): Transforming all-positive values generates the correct results. (6; method: yeo_johnson; robust: FALSE; invariant: TRUE) ── abs(transformer@lambda + 0.3) < 0.2 is not TRUE `actual`: FALSE `expected`: TRUE ── Failure ('test-transformation.R:234:11'): Transforming partially negative values generates the correct results. (6; method: yeo_johnson; robust: FALSE; invariant: TRUE) ── abs(transformer@lambda + 0.3) < 0.2 is not TRUE `actual`: FALSE `expected`: TRUE ── Failure ('test-transformation.R:366:11'): Transforming all-positive values, with some NA values, generates the correct results. (6; method: yeo_johnson; robust: FALSE; invariant: TRUE) ── abs(transformer@lambda + 0.3) < 0.2 is not TRUE `actual`: FALSE `expected`: TRUE [ FAIL 15 | WARN 0 | SKIP 0 | PASS 706 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-fedora-clang

Version: 1.0.0
Check: tests
Result: ERROR Running ‘testthat.R’ [26m/44m] 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/tests.html > # * https://testthat.r-lib.org/reference/test_package.html#special-files > > library(testthat) > library(power.transform) > > test_check("power.transform") [ FAIL 15 | WARN 0 | SKIP 0 | PASS 706 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-estimators.R:150:9'): Transforming all-positive values, with some NA values, generates the correct results. (6; method: yeo_johnson; estimation_method: mle) ── abs(transformer@lambda + 0.2) < 0.2 is not TRUE `actual`: FALSE `expected`: TRUE ── Failure ('test-estimators.R:183:9'): Transforming all-positive values, with some Inf values, generates the correct results. (6; method: yeo_johnson; estimation_method: mle) ── abs(transformer@lambda + 0.2) < 0.2 is not TRUE `actual`: FALSE `expected`: TRUE ── Failure ('test-estimators.R:56:9'): Transforming all-positive values generates the correct results. (7; method: yeo_johnson; estimation_method: anderson_darling) ── abs(transformer@lambda + 0.2) < 0.2 is not TRUE `actual`: FALSE `expected`: TRUE ── Failure ('test-estimators.R:87:9'): Transforming partially negative values generates the correct results. (7; method: yeo_johnson; estimation_method: anderson_darling) ── abs(transformer@lambda + 0.2) < 0.2 is not TRUE `actual`: FALSE `expected`: TRUE ── Failure ('test-estimators.R:56:9'): Transforming all-positive values generates the correct results. (8; method: yeo_johnson; estimation_method: cramer_von_mises) ── abs(transformer@lambda + 0.2) < 0.2 is not TRUE `actual`: FALSE `expected`: TRUE ── Failure ('test-estimators.R:87:9'): Transforming partially negative values generates the correct results. (8; method: yeo_johnson; estimation_method: cramer_von_mises) ── abs(transformer@lambda + 0.2) < 0.2 is not TRUE `actual`: FALSE `expected`: TRUE ── Failure ('test-estimators.R:117:9'): Transforming completely negative values generates the correct results. (8; method: yeo_johnson; estimation_method: cramer_von_mises) ── abs(transformer@lambda + 0.2) < 0.2 is not TRUE `actual`: FALSE `expected`: TRUE ── Failure ('test-estimators.R:150:9'): Transforming all-positive values, with some NA values, generates the correct results. (8; method: yeo_johnson; estimation_method: cramer_von_mises) ── abs(transformer@lambda + 0.2) < 0.2 is not TRUE `actual`: FALSE `expected`: TRUE ── Failure ('test-estimators.R:56:9'): Transforming all-positive values generates the correct results. (9; method: yeo_johnson; estimation_method: jarque_bera) ── abs(transformer@lambda + 0.2) < 0.2 is not TRUE `actual`: FALSE `expected`: TRUE ── Failure ('test-estimators.R:87:9'): Transforming partially negative values generates the correct results. (10; method: yeo_johnson; estimation_method: dagostino) ── abs(transformer@lambda + 0.2) < 0.2 is not TRUE `actual`: FALSE `expected`: TRUE ── Failure ('test-transformation.R:309:13'): Transforming completely negative values generates the correct results. (6; method: yeo_johnson; robust: FALSE; invariant: TRUE) ── abs(transformer@lambda + 0.3) < 0.2 is not TRUE `actual`: FALSE `expected`: TRUE ── Failure ('test-transformation.R:435:11'): Transforming all-positive values, with some Inf values, generates the correct results. (6; method: yeo_johnson; robust: FALSE; invariant: TRUE) ── abs(transformer@lambda + 0.3) < 0.2 is not TRUE `actual`: FALSE `expected`: TRUE ── Failure ('test-transformation.R:58:11'): Transforming all-positive values generates the correct results. (8; method: yeo_johnson; robust: TRUE; invariant: TRUE) ── abs(transformer@lambda + 0.3) < 0.2 is not TRUE `actual`: FALSE `expected`: TRUE ── Failure ('test-transformation.R:309:13'): Transforming completely negative values generates the correct results. (8; method: yeo_johnson; robust: TRUE; invariant: TRUE) ── abs(transformer@lambda + 0.3) < 0.2 is not TRUE `actual`: FALSE `expected`: TRUE ── Failure ('test-transformation.R:366:11'): Transforming all-positive values, with some NA values, generates the correct results. (8; method: yeo_johnson; robust: TRUE; invariant: TRUE) ── abs(transformer@lambda + 0.3) < 0.2 is not TRUE `actual`: FALSE `expected`: TRUE [ FAIL 15 | WARN 0 | SKIP 0 | PASS 706 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-fedora-gcc