R Under development (unstable) (2026-02-06 r89378 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(CompareR) > > test_check("CompareR") HTML report written to: D:\temp\2026_02_07_11_20_16_23024\RtmpuaNp2E\file3a58edfa3c.html ============================================================================== CDISC VALIDATION RESULTS ============================================================================== Summary: 0 error(s), 6 warning(s), 13 info message(s) Missing Expected Variable (6): [WARNING] AGE: Expected variable 'AGE' is not present in DM domain [WARNING] AGEU: Expected variable 'AGEU' is not present in DM domain [WARNING] RACE: Expected variable 'RACE' is not present in DM domain [WARNING] ETHNIC: Expected variable 'ETHNIC' is not present in DM domain [WARNING] RFXSTDTC: Expected variable 'RFXSTDTC' is not present in DM domain [WARNING] RFXENDTC: Expected variable 'RFXENDTC' is not present in DM domain Variable Info (13): [INFO] STUDYID: SDTM variable 'STUDYID': Study Identifier [INFO] DOMAIN: SDTM variable 'DOMAIN': Domain Abbreviation [INFO] USUBJID: SDTM variable 'USUBJID': Unique Subject Identifier [INFO] SUBJID: SDTM variable 'SUBJID': Subject Identifier for the Study [INFO] RFSTDTC: SDTM variable 'RFSTDTC': Subject Reference Start Date/Time [INFO] RFENDTC: SDTM variable 'RFENDTC': Subject Reference End Date/Time [INFO] SITEID: SDTM variable 'SITEID': Study Site Identifier [INFO] SEX: SDTM variable 'SEX': Sex [INFO] ARMCD: SDTM variable 'ARMCD': Planned Arm Code [INFO] ARM: SDTM variable 'ARM': Description of Planned Arm [INFO] COUNTRY: SDTM variable 'COUNTRY': Country [INFO] ACTARMCD: SDTM variable 'ACTARMCD': Actual Arm Code [INFO] ACTARM: SDTM variable 'ACTARM': Description of Actual Arm ============================================================================== Attaching package: 'dplyr' The following objects are masked from 'package:stats': filter, lag The following objects are masked from 'package:base': intersect, setdiff, setequal, union [1] "df2 before filtering:" A B 1 1 4 2 2 2 3 4 1 [1] "df2 after filtering:" A B 1 2 2 2 4 1 Tolerance set to 0.1 Tolerance set to 0 Tolerance set to 0 Tolerance set to 100 Tolerance set to 0 Tolerance set to 10 Tolerance set to 0 [ FAIL 0 | WARN 2 | SKIP 0 | PASS 167 ] [ FAIL 0 | WARN 2 | SKIP 0 | PASS 167 ] > > proc.time() user system elapsed 4.25 0.79 5.00