R Under development (unstable) (2026-07-04 r90207 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(appac) > > test_check("appac") [ FAIL 0 | WARN 0 | SKIP 19 | PASS 39 ] ══ Skipped tests (19) ══════════════════════════════════════════════════════════ • On CRAN (19): 'test-appac.R:3:3', 'test-appac.R:15:3', 'test-debias.R:7:3', 'test-gof.R:2:3', 'test-imputation.R:40:3', 'test-imputation.R:58:3', 'test-imputation.R:77:3', 'test-plots.R:2:3', 'test-plots.R:15:3', 'test-show.R:5:3', 'test-show.R:24:3', 'test-synth_data.R:60:3', 'test-synth_data.R:71:3', 'test-synth_data.R:84:3', 'test-synth_data.R:97:3', 'test-synthetic.R:7:3', 'test-synthetic.R:16:3', 'test-synthetic.R:23:3', 'test-synthetic.R:29:3' [ FAIL 0 | WARN 0 | SKIP 19 | PASS 39 ] > > proc.time() user system elapsed 1.75 0.21 1.95