Last updated on 2023-03-20 12:51:23 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0.1 | OK | ||||
r-devel-linux-x86_64-debian-gcc | 1.0.1 | 26.30 | 34.74 | 61.04 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.0.1 | 111.58 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.0.1 | 93.46 | OK | |||
r-patched-linux-x86_64 | 1.0.1 | 24.48 | 43.71 | 68.19 | OK | |
r-release-linux-x86_64 | 1.0.1 | 25.28 | 43.65 | 68.93 | OK | |
r-release-macos-arm64 | 1.0.1 | 30.00 | OK | |||
r-release-macos-x86_64 | 1.0.1 | 44.00 | OK | |||
r-release-windows-x86_64 | 1.0.1 | 41.00 | 88.00 | 129.00 | OK | |
r-oldrel-macos-arm64 | 1.0.1 | 31.00 | OK | |||
r-oldrel-macos-x86_64 | 1.0.1 | 46.00 | OK | |||
r-oldrel-windows-ix86+x86_64 | 1.0.1 | 70.00 | 100.00 | 170.00 | ERROR |
Version: 1.0.1
Check: running tests for arch ‘i386’
Result: ERROR
Running 'testthat.R' [3s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(robusTest)
>
> test_check("robusTest")
[ FAIL 3 | WARN 0 | SKIP 0 | PASS 35 ]
== Failed tests ================================================================
-- Failure ('testcor.R:42:3'): Spearman correlation value, statistic and pvalue are correct on deterministic (large) sample --
round(result_Spearman$estimate, 4) (`actual`) not equal to 0.2216 (`expected`).
`actual`: 229075
`expected`: 0
-- Failure ('testcor.R:43:3'): Spearman correlation value, statistic and pvalue are correct on deterministic (large) sample --
round(result_Spearman$statistic, 4) (`actual`) not equal to 2.8494 (`expected`).
`actual`: 2945089
`expected`: 3
-- Failure ('testcor.R:44:3'): Spearman correlation value, statistic and pvalue are correct on deterministic (large) sample --
round(result_Spearman$p.value, 4) (`actual`) not equal to 0.0044 (`expected`).
`actual`: 0.000
`expected`: 0.004
[ FAIL 3 | WARN 0 | SKIP 0 | PASS 35 ]
Error: Test failures
Execution halted
Flavor: r-oldrel-windows-ix86+x86_64