R Under development (unstable) (2026-01-08 r89292 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. > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(StatsTFLValR) > > test_check("StatsTFLValR") Auto-detected ID variable: SUBJID [INFO] DEV file: D:\temp\2026_01_09_17_10_17_3066\RtmpsnRwQd/dev_gcr_2/adae.csv [INFO] VAL file: D:\temp\2026_01_09_17_10_17_3066\RtmpsnRwQd/val_gcr_2/v-ADAE.csv [INFO] Reading datasets... [INFO] DEV file: D:\temp\2026_01_09_17_10_17_3066\RtmpsnRwQd/dev_gcr_5/adae.rds [INFO] VAL file: D:\temp\2026_01_09_17_10_17_3066\RtmpsnRwQd/val_gcr_5/v_adae.rds [INFO] Reading datasets... [OK] PROC COMPARE-style CSV written to: D:\temp\2026_01_09_17_10_17_3066\RtmpsnRwQd/rpt_gcr_5/compare_adae.csv [INFO] DEV file: D:\temp\2026_01_09_17_10_17_3066\RtmpsnRwQd/dev_gcr_6/adsl.rds [INFO] VAL file: D:\temp\2026_01_09_17_10_17_3066\RtmpsnRwQd/val_gcr_6/v_adsl.rds [INFO] Reading datasets... [OK] PROC COMPARE-style CSV written to: D:\temp\2026_01_09_17_10_17_3066\RtmpsnRwQd/rpt_gcr_6/compare_adsl.csv [INFO] DEV file: D:\temp\2026_01_09_17_10_17_3066\RtmpsnRwQd/dev_gcr_7/adae.rds [INFO] VAL file: D:\temp\2026_01_09_17_10_17_3066\RtmpsnRwQd/val_gcr_7/v_adae.rds [INFO] Reading datasets... [OK] PROC COMPARE-style CSV written to: D:\temp\2026_01_09_17_10_17_3066\RtmpsnRwQd/rpt_gcr_7/compare_adae.csv [INFO] DEV file: D:\temp\2026_01_09_17_10_17_3066\RtmpsnRwQd/dev_gcr_8/adsl.rds [INFO] VAL file: D:\temp\2026_01_09_17_10_17_3066\RtmpsnRwQd/val_gcr_8/v_adsl.rds [INFO] Reading datasets... Comparison report with diffs written to: D:\temp\2026_01_09_17_10_17_3066\RtmpsnRwQd/rpt_gcr_8/v_adsl.lst Loading file: adsl.csv Loading file: ADAE.csv Loading file: adsl.csv Loading file: adae.csv Loading file: adae.csv Loading file: adsl.csv Loading file: adsl.csv Loading file: adsl.csv Loading file: adae.csv Auto-detected ID variable: SUBJID [ FAIL 0 | WARN 0 | SKIP 0 | PASS 350 ] > > proc.time() user system elapsed 8.82 1.18 10.03