R Under development (unstable) (2026-01-25 r89330 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) > library(saeSim) > > test_check("saeSim") idD x e 1 1 0.6372643 0.2016222 2 2 -0.7817653 -0.1970366 3 3 0.4038376 -0.1165321 4 4 0.4378662 -0.3385383 5 5 0.2430312 0.4407746 6 6 0.4179428 -0.2426494 [[1]] [1] 1 [[1]] [1] 1 [ FAIL 0 | WARN 0 | SKIP 0 | PASS 136 ] > > proc.time() user system elapsed 4.95 0.48 5.43