R version 4.6.0 RC (2026-04-21 r89932 ucrt) -- "Because it was There" 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) > library(morpheus) > > test_check("morpheus") logit : Reference normalized matrix: [,1] [,2] [1,] 1 0 [2,] 0 1 Estimated normalized matrix: [,1] [,2] [1,] 0.99981142 0.06107982 [2,] -0.01941982 0.99813289 Difference norm (Matrix norm ||.||_1, max. abs. sum on a column) 0.06294693 probit : Reference normalized matrix: [,1] [,2] [1,] 1 0 [2,] 0 1 Estimated normalized matrix: [,1] [,2] [1,] 0.99979463 -0.0744938 [2,] -0.02026576 0.9972215 Difference norm (Matrix norm ||.||_1, max. abs. sum on a column) 0.07727233 logit : Reference normalized matrix: [,1] [,2] [1,] 0.4472136 0.9486833 [2,] -0.8944272 0.3162278 Estimated normalized matrix: [,1] [,2] [1,] 0.4287781 0.9519885 [2,] -0.9034099 0.3061337 Difference norm (Matrix norm ||.||_1, max. abs. sum on a column) 0.02741822 probit : Reference normalized matrix: [,1] [,2] [1,] 0.4472136 0.9486833 [2,] -0.8944272 0.3162278 Estimated normalized matrix: [,1] [,2] [1,] 0.4420021 0.9410627 [2,] -0.8970140 0.3382322 Difference norm (Matrix norm ||.||_1, max. abs. sum on a column) 0.02962505 [ FAIL 0 | WARN 0 | SKIP 1 | PASS 315 ] ══ Skipped tests (1) ═══════════════════════════════════════════════════════════ • empty test (1): 'test-jointDiag.R:32:1' [ FAIL 0 | WARN 0 | SKIP 1 | PASS 315 ] > > proc.time() user system elapsed 6.35 0.90 7.25