R version 4.6.0 alpha (2026-03-27 r89733 ucrt) 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(syntheticdata) > test_check("syntheticdata") -- Synthetic data (parametric) 100 real -> 100 synthetic records Variables: age, sbp, sex -- Synthetic data validation ks_statistic_mean: 0.1 (Acceptable) correlation_diff: 0.0063 (Excellent) discriminative_auc: 0.5142 (Indistinguishable) nn_distance_ratio: 0.9918 (Moderate risk) [ FAIL 0 | WARN 0 | SKIP 0 | PASS 14 ] > > proc.time() user system elapsed 1.28 0.20 1.50