R Under development (unstable) (2024-10-28 r87274 ucrt) -- "Unsuffered Consequences" Copyright (C) 2024 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" $rect $rect$w [1] 2.883432 $rect$h [1] 32.42805 $rect$left [1] 11.67657 $rect$top [1] 300.56 $text $text$x [1] 12.50506 12.50506 12.50506 $text$y [1] 292.453 284.346 276.239 $rect $rect$w [1] 2.883432 $rect$h [1] 64.8561 $rect$left [1] 11.67657 $rect$top [1] 601.12 $text $text$x [1] 12.50506 12.50506 12.50506 $text$y [1] 584.9060 568.6919 552.4779 NULL NULL NULL NULL [ FAIL 0 | WARN 2 | SKIP 12 | PASS 113 ] ══ Skipped tests (12) ══════════════════════════════════════════════════════════ • On CRAN (12): 'test-matching.R:193:3', 'test-matching.R:217:3', 'test-matching.R:230: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 2 | SKIP 12 | PASS 113 ] 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 15.54 1.54 17.15