R version 4.6.0 beta (2026-04-15 r89885 ucrt) -- "Because it was There" 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. > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(survalis) > > test_check("survalis") -- coxph summary --------------------------------------------------------------- Formula: survival::Surv(time, status) ~ age + trt + celltype Engine: survival Learner: coxph Data summary: - Observations: 137 - Predictors: "age, trt, celltypesmallcell, celltypeadeno, celltypelarge" - Time range: [1, 999] - Event rate: "93.4%" [ FAIL 0 | WARN 0 | SKIP 72 | PASS 75 ] ══ Skipped tests (72) ══════════════════════════════════════════════════════════ • On CRAN (72): 'test-aalen.R:2:3', 'test-aftgee.R:2:3', 'test-aftgee.R:22:3', 'test-aftgee.R:51:3', 'test-aftgee.R:66:3', 'test-aftgee.R:85:3', 'test-bart.R:2:3', 'test-bart.R:24:3', 'test-bart.R:80:3', 'test-benchmark-tuned.R:18:3', 'test-benchmark-tuned.R:74:3', 'test-blackboost.R:2:3', 'test-bnnsurv.R:3:3', 'test-bnnsurv.R:22:3', 'test-bnnsurv.R:54:3', 'test-bnnsurv.R:86:3', 'test-bnnsurv.R:107:3', 'test-cforest.R:3:3', 'test-cforest.R:22:3', 'test-cforest.R:56:3', 'test-cforest.R:78:3', 'test-coxph.R:2:3', 'test-coxph.R:23:3', 'test-coxph.R:50:3', 'test-coxph.R:65:3', 'test-evaluation.R:3:3', 'test-evaluation.R:35:3', 'test-evaluation.R:61:3', 'test-evaluation.R:83:3', 'test-evaluation.R:116:3', 'test-evaluation.R:139:3', 'test-evaluation.R:166:3', 'test-flexsurvreg.R:3:3', 'test-flexsurvreg.R:22:3', 'test-flexsurvreg.R:54:3', 'test-flexsurvreg.R:76:3', 'test-glmnet.R:3:3', 'test-glmnet.R:21:3', 'test-glmnet.R:54:3', 'test-glmnet.R:77:3', 'test-glmnet.R:122:3', 'test-interpretability.R:2:3', 'test-interpretability.R:64:3', 'test-interpretability.R:98:3', 'test-interpretability.R:159:3', 'test-interpretability.R:192:3', 'test-orsf.R:3:3', 'test-orsf.R:22:3', 'test-orsf.R:56:3', 'test-orsf.R:79:3', 'test-ranger.R:3:3', 'test-ranger.R:22:3', 'test-ranger.R:56:3', 'test-ranger.R:81:3', 'test-rpart.R:2:3', 'test-rpart.R:28:3', 'test-rsf.R:2:3', 'test-selectcox.R:3:3', 'test-selectcox.R:23:3', 'test-selectcox.R:58:3', 'test-selectcox.R:82:3', 'test-stpm2.R:3:3', 'test-stpm2.R:23:3', 'test-stpm2.R:58:3', 'test-summary.R:3:3', 'test-survdnn.R:3:3', 'test-survdnn.R:29:3', 'test-survdnn.R:72:3', 'test-survdnn.R:107:3', 'test-survdnn.R:139:3', 'test-survmetalearner.R:142:3', 'test-survsvm.R:81:3' [ FAIL 0 | WARN 0 | SKIP 72 | PASS 75 ] > > proc.time() user system elapsed 10.51 1.25 11.81