R Under development (unstable) (2025-08-27 r88724 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. > library(testthat) > library(MRTAnalysis) > > test_check("MRTAnalysis") [ FAIL 0 | WARN 0 | SKIP 24 | PASS 29 ] ══ Skipped tests (24) ══════════════════════════════════════════════════════════ • On CRAN (24): 'test-dcee-basic.R:2:5', 'test-dcee-crossfit.R:2:5', 'test-dcee-crossfit.R:33:5', 'test-dcee-crossfit.R:86:5', 'test-dcee-errors.R:2:5', 'test-dcee-errors.R:26:5', 'test-dcee-errors.R:49:5', 'test-dcee-gam.R:2:5', 'test-dcee-numeric-golden-crossfit.R:31:5', 'test-dcee-numeric-golden-crossfit.R:70:5', 'test-dcee-numeric-golden-lm.R:2:5', 'test-dcee-numeric-golden-other-learners.R:32:5', 'test-dcee-numeric-golden-other-learners.R:84:5', 'test-dcee-numeric-golden-other-learners.R:127:5', 'test-dcee-numeric-golden-other-learners.R:165:5', 'test-dcee-summary.R:2:5', 'test-dcee-summary.R:42:5', 'test-dcee-summary.R:88:5', 'test-dcee-summary.R:117:5', 'test-dcee-summary.R:144:5', 'test-dcee-superlearner.R:2:5', 'test-dcee-weighting-and-availability.R:2:5', 'test-dcee-weighting-and-availability.R:25:5', 'test-dcee-weighting-and-availability.R:49:5' [ FAIL 0 | WARN 0 | SKIP 24 | PASS 29 ] > > proc.time() user system elapsed 7.75 0.54 8.28