R Under development (unstable) (2026-01-13 r89301 ucrt) -- "Unsuffered Consequences" Copyright (C) 2026 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > library(testthat) > > test_check("poLCAParallel") Loading required package: poLCAParallel Saving _problems/test-predcell-199.R [ FAIL 1 | WARN 0 | SKIP 0 | PASS 3280 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-predcell.R:186:3'): regression-missing-data ────────────────── Expected `test_regress_predcell(...)` not to throw any errors. Actually got a with message: Expected `predcell_polcaparallel` to equal `predcell_polca`. Differences: actual vs expected [,1] actual[2, ] 0.020945349 actual[3, ] 0.016575043 actual[4, ] 0.004272637 - actual[5, ] 0.008564563 + expected[5, ] Inf - actual[6, ] 0.028096189 + expected[6, ] Inf actual[7, ] 0.005596553 actual[8, ] 0.020945349 - actual[9, ] 0.028096189 + expected[9, ] Inf - actual[10, ] 0.022356240 + expected[10, ] Inf - actual[11, ] 0.028096189 + expected[11, ] Inf and 43 more ... [ FAIL 1 | WARN 0 | SKIP 0 | PASS 3280 ] Error: ! Test failures. Execution halted