R Under development (unstable) (2023-12-04 r85659 ucrt) -- "Unsuffered Consequences" Copyright (C) 2023 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(CRE) > > test_check("CRE") [ FAIL 0 | WARN 0 | SKIP 25 | PASS 5 ] ══ Skipped tests (25) ══════════════════════════════════════════════════════════ • On CRAN (25): 'test-check_input_data.R:3:3', 'test-cre.R:3:3', 'test-discover_rules.R:3:3', 'test-estimate_cate.R:3:3', 'test-estimate_ite.R:4:3', 'test-estimate_ite_aipw.R:3:3', 'test-estimate_ite_bart.R:4:3', 'test-estimate_ite_cf.R:4:3', 'test-estimate_ite_poisson.R:3:3', 'test-estimate_ite_slearner.R:3:3', 'test-estimate_ite_tlearner.R:3:3', 'test-estimate_ite_xlearner.R:3:3', 'test-estimate_ps.R:3:3', 'test-evaluate.R:3:3', 'test-extract_effect_modifiers.R:2:3', 'test-extract_rules.R:4:3', 'test-filter_correlated_rules.R:3:3', 'test-filter_extreme_rules.R:3:3', 'test-filter_irrelevant_rules.R:4:3', 'test-generate_cre_dataset.R:4:3', 'test-generate_rules.R:3:3', 'test-generate_rules_matrix.R:3:3', 'test-honest_splitting.R:3:3', 'test-interpret_rules.R:3:3', 'test-predict.R:3:3' [ FAIL 0 | WARN 0 | SKIP 25 | PASS 5 ] > > proc.time() user system elapsed 4.32 0.70 5.01