Last updated on 2025-02-23 15:49:53 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0.0 | 6.91 | 155.69 | 162.60 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.0.0 | 4.55 | 174.16 | 178.71 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.0.0 | 1292.62 | 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 | 7.33 | 134.16 | 141.49 | OK | |
r-release-linux-x86_64 | 1.0.0 | 6.35 | 135.77 | 142.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 | 7.00 | 143.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 | 7.00 | 146.00 | 153.00 | OK |
Version: 1.0.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [20m/19m]
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 13 | WARN 0 | SKIP 0 | PASS 708 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-estimators.R:87:9'): Transforming partially 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: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: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: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. (10; method: yeo_johnson; estimation_method: dagostino) ──
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-estimators.R:183:9'): Transforming all-positive values, with some Inf 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: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: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 13 | WARN 0 | SKIP 0 | PASS 708 ]
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
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.