R Under development (unstable) (2025-02-20 r87772 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. > pkg_name <- "maicplus" > library(pkg_name, character.only = TRUE) > testthat::test_check(pkg_name) result pvalue "-0.17[-0.61; 0.28]" "0.535" NULL NULL NULL NULL [ FAIL 0 | WARN 0 | SKIP 17 | PASS 85 ] ══ Skipped tests (17) ══════════════════════════════════════════════════════════ • On CRAN (17): 'test-maic_anchored.R:58:3', 'test-maic_anchored.R:157:3', 'test-maic_unanchored.R:99:3', 'test-maic_unanchored.R:224:3', 'test-matching.R:193:3', 'test-matching.R:221:3', 'test-matching.R:234:3', 'test-matching.R:285:3', 'test-plot_km.R:26:3', 'test-plot_km.R:57:3', 'test-plot_km.R:90:3', 'test-plot_km.R:119:3', 'test-plot_km.R:146:3', 'test-plot_km.R:185:3', 'test-plot_km.R:223:3', 'test-plot_km.R:251:3', 'test-plot_km2.R:8:3' [ FAIL 0 | WARN 0 | SKIP 17 | PASS 85 ] Deleting unused snapshots: • matching/default-weights-ggplot.svg • matching/plot-weights-base-scaled-false.svg • plot_km2/kmplot2-all.svg • plot_km2/kmplot2-by-am.svg • plot_km2/kmplot2-normalize-by-trial.svg > > proc.time() user system elapsed 10.82 0.89 11.65