R Under development (unstable) (2025-09-08 r88798 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. > 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 49 | PASS 173 ] ══ Skipped tests (49) ══════════════════════════════════════════════════════════ • On CRAN (49): 'test-bias.R:2:3', 'test-confint.R:2:3', 'test-confint.R:10:3', 'test-confint.R:23:3', 'test-confint.R:28:3', 'test-predict_counterfactual.R:2:3', 'test-predict_counterfactual.R:6:3', 'test-predict_counterfactual.R:10:3', 'test-predict_counterfactual.R:43:3', 'test-predict_counterfactual.R:57:3', 'test-predict_counterfactual.R:62:3', 'test-robin_glm.R:68:3', 'test-surv_effect.R:7:3', 'test-surv_effect.R:16:3', 'test-surv_effect.R:26:3', 'test-survival.R:9:3', 'test-survival.R:22:3', 'test-survival.R:33:3', 'test-survival.R:52:3', 'test-survival.R:67:3', 'test-survival.R:109:3', 'test-survival.R:151:3', 'test-survival.R:194:3', 'test-survival.R:235:3', 'test-survival.R:248:3', 'test-survival.R:261:3', 'test-survival.R:304:3', 'test-survival.R:337:3', 'test-survival.R:370:3', 'test-survival.R:403:3', 'test-survival_cov_adj.R:110:3', 'test-survival_cov_adj.R:134:3', 'test-survival_score.R:9:3', 'test-survival_score.R:21:3', 'test-survival_score.R:33:3', 'test-survival_score.R:68:3', 'test-survival_score.R:81:3', 'test-survival_score.R:118:3', 'test-survival_score.R:131:3', 'test-survival_score.R:146:3', 'test-survival_score.R:179:3', 'test-survival_score.R:193:3', 'test-survival_score.R:209:3', 'test-treatment_effect.R:257:3', 'test-treatment_effect.R:262:3', 'test-treatment_effect.R:266:3', 'test-treatment_effect.R:277:3', 'test-variance.R:3:3', 'test-variance.R:14:3' [ FAIL 0 | WARN 0 | SKIP 49 | PASS 173 ] > > proc.time() user system elapsed 8.06 0.68 8.73