R Under development (unstable) (2024-12-20 r87452 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(esci) > > test_check("esci") [1] "WARNING: ratio-scale scores cannot be negative" [1] "WARNING: ratio-scale scores cannot be negative" [1] "WARNING: ratio-scale scores cannot be negative" [1] "WARNING: ratio-scale scores cannot be negative" Scale for x is already present. Adding another scale for x, which will replace the existing scale. Scale for y is already present. Adding another scale for y, which will replace the existing scale. [ FAIL 0 | WARN 0 | SKIP 52 | PASS 2892 ] ══ Skipped tests (52) ══════════════════════════════════════════════════════════ • On CRAN (52): 'test_CI_diamond_ratio.R:45:3', 'test_CI_smd_ind_contrast.R:25:3', 'test_estimate_magnitude.R:12:3', 'test_estimate_magnitude.R:32:3', 'test_estimate_magnitude.R:74:3', 'test_estimate_mdiff_2x2between.R:25:3', 'test_estimate_mdiff_2x2between.R:98:3', 'test_estimate_mdiff_2x2between.R:353:3', 'test_estimate_mdiff_2x2mixed.R:54:2', 'test_estimate_mdiff_2x2mixed.R:318:3', 'test_estimate_mdiff_ind_contrast.R:28:3', 'test_estimate_mdiff_ind_contrast.R:206:3', 'test_estimate_mdiff_ind_contrast.R:364:3', 'test_estimate_mdiff_one.R:31:3', 'test_estimate_mdiff_one.R:56:3', 'test_estimate_mdiff_paired.R:14:3', 'test_estimate_mdiff_paired.R:63:3', 'test_estimate_mdiff_paired.R:275:5', 'test_estimate_mdiff_paired.R:360:3', 'test_estimate_mdiff_two.R:20:3', 'test_estimate_mdiff_two.R:67:3', 'test_estimate_mdiff_two.R:157:3', 'test_estimate_mdiff_two.R:212:3', 'test_estimate_mdiff_two.R:286:3', 'test_estimate_mdiff_two.R:320:5', 'test_estimate_meta_d1.R:76:3', 'test_estimate_meta_d2.R:27:3', 'test_estimate_meta_mdiff_two.R:38:3', 'test_estimate_meta_mean.R:77:3', 'test_estimate_meta_pdiff_two.R:61:3', 'test_estimate_meta_r.R:94:3', 'test_estimate_pdiff_ind_contrast.R:21:3', 'test_estimate_pdiff_ind_contrast.R:194:3', 'test_estimate_pdiff_one.R:32:3', 'test_estimate_pdiff_one.R:107:3', 'test_estimate_pdiff_one.R:174:3', 'test_estimate_pdiff_paired.R:23:3', 'test_estimate_pdiff_paired.R:63:3', 'test_estimate_pdiff_paired.R:99:3', 'test_estimate_pdiff_paired.R:135:3', 'test_estimate_pdiff_two.R:20:3', 'test_estimate_proportion.R:29:3', 'test_estimate_proportion.R:94:3', 'test_estimate_proportion.R:160:3', 'test_estimate_r.R:24:3', 'test_estimate_r.R:87:3', 'test_estimate_r.R:141:3', 'test_estimate_rdiff_two.R:54:3', 'test_estimate_rdiff_two.R:145:3', 'test_estimate_rdiff_two.R:210:3', 'test_overview.R:21:3', 'test_overview_nominal.R:26:3' [ FAIL 0 | WARN 0 | SKIP 52 | PASS 2892 ] > > proc.time() user system elapsed 38.54 4.25 42.92