R Under development (unstable) (2025-02-10 r87710 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) > library(r2dii.analysis) > > test_check("r2dii.analysis") Attaching package: 'r2dii.data' The following object is masked from 'package:r2dii.analysis': data_dictionary Attaching package: 'r2dii.match' The following object is masked from 'package:r2dii.data': data_dictionary The following object is masked from 'package:r2dii.analysis': data_dictionary [ FAIL 0 | WARN 156 | SKIP 3 | PASS 268 ] ══ Skipped tests (3) ═══════════════════════════════════════════════════════════ • On CRAN (3): 'test-join_abcd_scenario.R:11:3', 'test-target_market_share.R:52:3', 'test-target_sda.R:22:3' [ FAIL 0 | WARN 156 | SKIP 3 | PASS 268 ] > > proc.time() user system elapsed 25.82 0.75 26.59