CRAN Package Check Results for Package robusTest

Last updated on 2023-01-25 04:51:47 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0.1 25.60 44.25 69.85 OK
r-devel-linux-x86_64-debian-gcc 1.0.1 21.35 34.21 55.56 OK
r-devel-linux-x86_64-fedora-clang 1.0.1 105.41 OK
r-devel-linux-x86_64-fedora-gcc 1.0.1 97.19 OK
r-patched-linux-x86_64 1.0.1 25.40 43.48 68.88 OK
r-release-linux-x86_64 1.0.1 24.35 43.91 68.26 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 44.00 93.00 137.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 71.00 106.00 177.00 ERROR

Check Details

Version: 1.0.1
Check: running tests for arch ‘i386’
Result: ERROR
     Running 'testthat.R' [4s]
    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'): 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'): 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'): 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