R Under development (unstable) (2025-02-21 r87787 ucrt) -- "Unsuffered Consequences" Copyright (C) 2025 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("retistruct") Loading required package: retistruct X1 X2 X3 X4 X5 id 27.000000000 95.00000000 194.00000000 224.000000000 265.000000000 A 0.025888348 0.01160187 0.01378875 0.016370852 0.008488104 a -0.008087061 -0.00115933 -0.00328790 -0.003441349 -0.002519210 X6 id 3.020000e+02 A 5.339563e-03 a -5.590941e-04 [ FAIL 0 | WARN 5 | SKIP 4 | PASS 326 ] ══ Skipped tests (4) ═══════════════════════════════════════════════════════════ • empty test (4): 'test-annotated-outline.R:170:1', 'test-depthmap-1.R:2:1', 'test-depthmap-2.R:3:1', 'test-reconstruct.R:92:1' [ FAIL 0 | WARN 5 | SKIP 4 | PASS 326 ] > > proc.time() user system elapsed 37.45 4.98 43.23