R Under development (unstable) (2024-12-01 r87412 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. > library(testthat) > library(clinicalsignificance) > > test_check("clinicalsignificance") [ FAIL 0 | WARN 0 | SKIP 10 | PASS 108 ] ══ Skipped tests (10) ══════════════════════════════════════════════════════════ • On CRAN (10): 'test-calc_recovered.R:23:3', 'test-cs_combined.R:10:3', 'test-cs_combined.R:33:3', 'test-cs_distribution.R:10:3', 'test-cs_distribution.R:33:3', 'test-cs_get_n.R:28:3', 'test-cs_percentage.R:28:3', 'test-cs_statistical.R:10:3', 'test-plot.R:43:3', 'test-prep_data.R:91:3' [ FAIL 0 | WARN 0 | SKIP 10 | PASS 108 ] Deleting unused snapshots: • plot/combined-ha-plot.svg • plot/combined-hlm-plot.svg • plot/combined-jt-plot-grouped.svg • plot/combined-jt-plot.svg • plot/distribution-en-plot.svg • plot/distribution-ha-plot.svg • plot/distribution-hlm-plot.svg • plot/percentage-plot-grouped.svg • plot/percentage-plot-with-impdet.svg • plot/percentage-plot.svg • plot/statistical-ha-plot.svg • plot/statistical-jt-plot.svg > > proc.time() user system elapsed 8.37 0.78 9.15