CRAN Package Check Results for Package robusTest

Last updated on 2023-03-27 20:52:26 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0.1 31.86 45.42 77.28 OK
r-devel-linux-x86_64-debian-gcc 1.0.1 24.66 34.33 58.99 OK
r-devel-linux-x86_64-fedora-clang 1.0.1 107.16 OK
r-devel-linux-x86_64-fedora-gcc 1.0.1 93.46 OK
r-patched-linux-x86_64 1.0.1 26.51 43.40 69.91 OK
r-release-linux-x86_64 1.0.1 28.24 43.90 72.14 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 43.00 93.00 136.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 68.00 106.00 174.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: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