R Under development (unstable) (2026-01-08 r89292 ucrt) -- "Unsuffered Consequences" Copyright (C) 2026 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 <- "RobinCar2" > library(pkg_name, character.only = TRUE) Attaching package: 'RobinCar2' The following object is masked from 'package:base': table > testthat::test_check(pkg_name) [ FAIL 0 | WARN 0 | SKIP 64 | PASS 276 ] ══ Skipped tests (64) ══════════════════════════════════════════════════════════ • On CRAN (64): 'test-bias.R:1:1', 'test-confint.R:1:1', 'test-confint.R:9:1', 'test-confint.R:22:1', 'test-confint.R:27:1', 'test-predict_counterfactual.R:1:1', 'test-predict_counterfactual.R:5:1', 'test-predict_counterfactual.R:9:1', 'test-predict_counterfactual.R:38:1', 'test-predict_counterfactual.R:52:1', 'test-predict_counterfactual.R:61:1', 'test-robin_glm.R:67:1', 'test-robin_lm.R:12:1', 'test-surv_effect.R:1:1', 'test-surv_effect.R:10:1', 'test-surv_effect.R:19:1', 'test-surv_effect.R:28:1', 'test-surv_effect.R:37:1', 'test-surv_effect.R:47:1', 'test-surv_effect.R:57:1', 'test-survival.R:1:1', 'test-survival.R:12:1', 'test-survival.R:26:1', 'test-survival.R:40:1', 'test-survival.R:51:1', 'test-survival.R:71:1', 'test-survival.R:91:1', 'test-survival.R:135:1', 'test-survival.R:208:1', 'test-survival.R:253:1', 'test-survival.R:327:1', 'test-survival.R:340:1', 'test-survival.R:353:1', 'test-survival.R:417:1', 'test-survival.R:450:1', 'test-survival.R:483:1', 'test-survival.R:538:1', 'test-survival.R:651:1', 'test-survival.R:705:1', 'test-survival.R:727:1', 'test-survival.R:755:1', 'test-survival.R:786:1', 'test-survival_cov_adj.R:168:1', 'test-survival_cov_adj.R:182:1', 'test-survival_score.R:1:1', 'test-survival_score.R:12:1', 'test-survival_score.R:24:1', 'test-survival_score.R:74:1', 'test-survival_score.R:86:1', 'test-survival_score.R:98:1', 'test-survival_score.R:153:1', 'test-survival_score.R:165:1', 'test-survival_score.R:195:1', 'test-survival_score.R:230:1', 'test-survival_score.R:242:1', 'test-survival_score.R:255:1', 'test-survival_score.R:268:1', 'test-survival_score.R:300:1', 'test-treatment_effect.R:256:1', 'test-treatment_effect.R:261:1', 'test-treatment_effect.R:265:1', 'test-treatment_effect.R:276:1', 'test-variance.R:1:1', 'test-variance.R:12:1' [ FAIL 0 | WARN 0 | SKIP 64 | PASS 276 ] > > proc.time() user system elapsed 23.21 1.95 25.25