CRAN Package Check Results for Package couplr

Last updated on 2026-04-16 01:51:53 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.2.1 181.28 641.92 823.20 OK
r-devel-linux-x86_64-debian-gcc 1.2.1 124.64 435.33 559.97 OK
r-devel-linux-x86_64-fedora-clang 1.2.1 256.00 902.50 1158.50 OK
r-devel-linux-x86_64-fedora-gcc 1.2.1 360.00 1068.90 1428.90 OK
r-devel-macos-arm64 1.2.1 42.00 101.00 143.00 OK
r-devel-windows-x86_64 1.2.1 247.00 340.00 587.00 ERROR
r-patched-linux-x86_64 1.2.1 173.17 650.63 823.80 OK
r-release-linux-x86_64 1.2.1 173.27 646.22 819.49 OK
r-release-macos-arm64 1.2.1 35.00 109.00 144.00 OK
r-release-macos-x86_64 1.2.1 125.00 476.00 601.00 OK
r-release-windows-x86_64 1.2.1 253.00 491.00 744.00 OK
r-oldrel-macos-arm64 1.2.1 35.00 115.00 150.00 NOTE
r-oldrel-macos-x86_64 1.2.1 125.00 463.00 588.00 NOTE
r-oldrel-windows-x86_64 1.2.1 287.00 681.00 968.00 OK

Check Details

Version: 1.2.1
Check: tests
Result: ERROR Running 'testthat.R' [16s] 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/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(couplr) > > test_check("couplr") Starting 2 test processes. > test-coverage-90-final.R: > test-coverage-90-final.R: Balance Diagnostics for Matched Pairs > test-coverage-90-final.R: ====================================== > test-coverage-90-final.R: > test-coverage-90-final.R: Matching Summary: > test-coverage-90-final.R: Method: lap > test-coverage-90-final.R: Matched pairs: 10 > test-coverage-90-final.R: Unmatched left: 0 (of 10) > test-coverage-90-final.R: Unmatched right: 0 (of 10) > test-coverage-90-final.R: > test-coverage-90-final.R: Variable-level Balance: > test-coverage-90-final.R: # A tibble: 2 x 7 > test-coverage-90-final.R: Variable `Mean Left` `Mean Right` `Mean Diff` `Std Diff` `Var Ratio` `KS Stat` > test-coverage-90-final.R: <chr> <dbl> <dbl> <dbl> <dbl> <dbl> <dbl> > test-coverage-90-final.R: 1 x 0.548 0.119 0.429 0.434 0.618 0.3 > test-coverage-90-final.R: 2 y 0.305 -0.375 0.68 0.811 1.39 0.4 > test-coverage-90-final.R: > test-coverage-90-final.R: Overall Balance: > test-coverage-90-final.R: Mean |Std Diff|: 0.622 (Poor) > test-coverage-90-final.R: Max |Std Diff|: 0.811 > test-coverage-90-final.R: Vars with |Std Diff| > 0.25: 100.0% > test-coverage-90-final.R: > test-coverage-90-final.R: Balance Interpretation: > test-coverage-90-final.R: |Std Diff| < 0.10: Excellent balance > test-coverage-90-final.R: |Std Diff| 0.10-0.25: Good balance > test-coverage-90-final.R: |Std Diff| 0.25-0.50: Acceptable balance > test-coverage-90-final.R: |Std Diff| > 0.50: Poor balance > test-coverage-90-final.R: > test-coverage-90-final.R: Matching Result > test-coverage-90-final.R: =============== > test-coverage-90-final.R: > test-coverage-90-final.R: Method: lap > test-coverage-90-final.R: Pairs matched: 5 > test-coverage-90-final.R: Unmatched (left): 0 > test-coverage-90-final.R: Unmatched (right): 0 > test-coverage-90-final.R: Total distance: 4.8337 > test-coverage-90-final.R: > test-coverage-90-final.R: Matched pairs: > test-coverage-90-final.R: # A tibble: 5 x 4 > test-coverage-90-final.R: left_id right_id distance .x_diff > test-coverage-90-final.R: <chr> <chr> <dbl> <dbl> > test-coverage-90-final.R: 1 1 8 1.42 1.42 > test-coverage-90-final.R: 2 2 6 1.09 1.09 > test-coverage-90-final.R: 3 3 7 1.04 1.04 > test-coverage-90-final.R: 4 4 9 1.19 -1.19 > test-coverage-90-final.R: 5 5 10 0.0908 0.0908 > test-coverage-95.R: Auto-selected scaling method: standardize > test-coverage-push-90.R: Error: ! testthat subprocess exited in file 'test-coverage-push-90.R'. Caused by error: ! R session crashed with exit code -1073741819 Backtrace: ▆ 1. └─testthat::test_check("couplr") 2. └─testthat::test_dir(...) 3. └─testthat:::test_files(...) 4. └─testthat:::test_files_parallel(...) 5. ├─withr::with_dir(...) 6. │ └─base::force(code) 7. ├─testthat::with_reporter(...) 8. │ └─base::tryCatch(...) 9. │ └─base (local) tryCatchList(expr, classes, parentenv, handlers) 10. │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]]) 11. │ └─base (local) doTryCatch(return(expr), name, parentenv, handler) 12. └─testthat:::parallel_event_loop_chunky(queue, reporters, ".") 13. └─queue$poll(Inf) 14. └─base::lapply(...) 15. └─testthat (local) FUN(X[[i]], ...) 16. └─private$handle_error(msg, i) 17. └─cli::cli_abort(...) 18. └─rlang::abort(...) Execution halted Flavor: r-devel-windows-x86_64

Version: 1.2.1
Check: installed package size
Result: NOTE installed size is 13.9Mb sub-directories of 1Mb or more: doc 1.5Mb libs 10.9Mb Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64