R Under development (unstable) (2025-09-10 r88809 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 53 | PASS 209 ] ══ Skipped tests (53) ══════════════════════════════════════════════════════════ • On CRAN (53): '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:35:3', 'test-survival.R:46:3', 'test-survival.R:65:3', 'test-survival.R:80:3', 'test-survival.R:122:3', 'test-survival.R:191:3', 'test-survival.R:234:3', 'test-survival.R:302:3', 'test-survival.R:315:3', 'test-survival.R:328:3', 'test-survival.R:389:3', 'test-survival.R:422:3', 'test-survival.R:455:3', 'test-survival.R:510:3', 'test-survival_cov_adj.R:162:3', 'test-survival_cov_adj.R:186:3', 'test-survival_score.R:9:3', 'test-survival_score.R:21:3', 'test-survival_score.R:33:3', 'test-survival_score.R:83:3', 'test-survival_score.R:95:3', 'test-survival_score.R:108:3', 'test-survival_score.R:162:3', 'test-survival_score.R:175:3', 'test-survival_score.R:207:3', 'test-survival_score.R:239:3', 'test-survival_score.R:252:3', 'test-survival_score.R:265:3', 'test-survival_score.R:279:3', 'test-survival_score.R:313: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 53 | PASS 209 ] > > proc.time() user system elapsed 9.54 0.68 10.26