R Under development (unstable) (2024-03-14 r86117 ucrt) -- "Unsuffered Consequences" Copyright (C) 2024 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(survivalmodels) > > test_check("survivalmodels") [ FAIL 0 | WARN 1 | SKIP 10 | PASS 18 ] ══ Skipped tests (10) ══════════════════════════════════════════════════════════ • One of torch, numpy, pycox not available for testing. (7): 'test_coxtime.R:1:1', 'test_deephit.R:1:1', 'test_deepsurv.R:1:1', 'test_helpers.R:26:3', 'test_loghaz.R:1:1', 'test_pchazard.R:1:1', 'test_pycox.R:1:1' • distr6 not installed. (2): 'test_helpers.R:18:5', 'test_methods.R:3:5' • keras cannot be loaded (1): 'test_keras.R:1:1' [ FAIL 0 | WARN 1 | SKIP 10 | PASS 18 ] > > proc.time() user system elapsed 2.59 0.71 21.84