CRAN Package Check Results for Package twosamples

Last updated on 2023-06-01 07:57:16 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 2.0.0 6.07 30.60 36.67 NOTE
r-devel-linux-x86_64-debian-gcc 2.0.0 5.41 24.30 29.71 NOTE
r-devel-linux-x86_64-fedora-clang 2.0.0 53.18 NOTE
r-devel-linux-x86_64-fedora-gcc 2.0.0 46.65 NOTE
r-devel-windows-x86_64 2.0.0 9.00 55.00 64.00 ERROR
r-patched-linux-x86_64 2.0.0 NOTE
r-release-linux-x86_64 2.0.0 5.56 30.40 35.96 NOTE
r-release-macos-arm64 2.0.0 21.00 NOTE
r-release-macos-x86_64 2.0.0 30.00 NOTE
r-release-windows-x86_64 2.0.0 11.00 58.00 69.00 NOTE
r-oldrel-macos-arm64 2.0.0 21.00 OK
r-oldrel-macos-x86_64 2.0.0 27.00 OK
r-oldrel-windows-x86_64 2.0.0 13.00 59.00 72.00 OK

Additional issues

MKL

Check Details

Version: 2.0.0
Check: C++ specification
Result: NOTE
     Specified C++11: please drop specification unless essential
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64

Version: 2.0.0
Check: tests
Result: ERROR
     Running 'testthat.R' [4s]
    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(twosamples)
     >
     > test_check("twosamples")
     [ FAIL 1 | WARN 0 | SKIP 0 | PASS 37 ]
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Failure ('test-two_samples.R:82:3'): Classes are working ────────────────────
     comb[2] (`actual`) not equal to (out[2] + out2[2])/2 (`expected`).
    
     `actual`: 0.0001
     `expected`: 0.0002
    
     [ FAIL 1 | WARN 0 | SKIP 0 | PASS 37 ]
     Error: Test failures
     Execution halted
Flavor: r-devel-windows-x86_64