R version 4.6.0 alpha (2026-04-02 r89777 ucrt) 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. > library(testthat) > library(censored) Loading required package: parsnip Loading required package: survival > > test_check("censored") [ FAIL 0 | WARN 0 | SKIP 23 | PASS 712 ] ══ Skipped tests (23) ══════════════════════════════════════════════════════════ • On CRAN (23): 'test-bag_tree-rpart.R:87:1', 'test-bag_tree-rpart.R:151:1', 'test-boost_tree-mboost.R:108:1', 'test-decision_tree-partykit.R:113:1', 'test-decision_tree-rpart.R:112:1', 'test-proportional_hazards-glmnet.R:23:1', 'test-proportional_hazards-glmnet.R:1204:1', 'test-proportional_hazards-glmnet.R:1216:1', 'test-proportional_hazards-glmnet.R:1247:1', 'test-proportional_hazards-glmnet.R:1258:1', 'test-proportional_hazards-glmnet.R:1380:1', 'test-proportional_hazards-survival.R:134:1', 'test-proportional_hazards-survival.R:211:1', 'test-proportional_hazards-survival.R:225:1', 'test-proportional_hazards.R:4:1', 'test-rand_forest-aorsf.R:210:1', 'test-rand_forest-partykit.R:134:1', 'test-survival_reg-flexsurvspline.R:56:1', 'test-survival_reg-flexsurvspline.R:298:1', 'test-survival_reg-flexsurvspline.R:478:1', 'test-survival_reg-survival.R:47:1', 'test-survival_reg-survival.R:189:1', 'test-survival_reg.R:4:1' [ FAIL 0 | WARN 0 | SKIP 23 | PASS 712 ] > > proc.time() user system elapsed 231.48 10.59 238.53