R Under development (unstable) (2025-02-12 r87715 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. > library(testthat) > library(censored) Loading required package: parsnip Loading required package: survival > > test_check("censored") [ FAIL 0 | WARN 0 | SKIP 18 | PASS 715 ] ══ Skipped tests (18) ══════════════════════════════════════════════════════════ • On CRAN (18): 'test-bag_tree-rpart.R:92:3', 'test-bag_tree-rpart.R:161:3', 'test-boost_tree-mboost.R:119:3', 'test-decision_tree-partykit.R:125:3', 'test-decision_tree-rpart.R:123:3', 'test-proportional_hazards-glmnet.R:30:3', 'test-proportional_hazards-glmnet.R:1081:3', 'test-proportional_hazards-glmnet.R:1109:3', 'test-proportional_hazards-glmnet.R:1118:3', 'test-proportional_hazards-glmnet.R:1140:3', 'test-proportional_hazards-glmnet.R:1247:3', 'test-proportional_hazards-survival.R:143:3', 'test-proportional_hazards-survival.R:223:3', 'test-proportional_hazards.R:10:3', 'test-rand_forest-aorsf.R:220:3', 'test-rand_forest-partykit.R:146:3', 'test-survival_reg-flexsurvspline.R:461:3', 'test-survival_reg.R:9:3' [ FAIL 0 | WARN 0 | SKIP 18 | PASS 715 ] > > proc.time() user system elapsed 144.62 6.32 146.54