R Under development (unstable) (2025-07-03 r88378 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. > # 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(WARDEN) > > test_check("WARDEN") Loading required package: survival Analysis number: 1 Simulation number: 1 Time to run simulation 1: 0.07s Time to run analysis 1: 0.07s Total time to run: 0.07s Analysis number: 1 Simulation number: 1 Time to run simulation 1: 0.1s Time to run analysis 1: 0.11s Total time to run: 0.11s Analysis number: 1 Simulation number: 1 Time to run simulation 1: 0.11s Time to run analysis 1: 0.11s Total time to run: 0.11s Analysis number: 1 Simulation number: 1 Time to run simulation 1: 0.09s Time to run analysis 1: 0.11s Total time to run: 0.11s Analysis number: 1 Simulation number: 1 Time to run simulation 1: 0.08s Time to run analysis 1: 0.08s Total time to run: 0.08s Analysis number: 1 Simulation number: 1 Time to run simulation 1: 0.09s Time to run analysis 1: 0.09s Total time to run: 0.09s Analysis number: 1 Simulation number: 1 Time to run simulation 1: 0.08s Time to run analysis 1: 0.08s Total time to run: 0.08s Analysis number: 1 Simulation number: 1 Time to run simulation 1: 0.18s Time to run analysis 1: 0.18s Total time to run: 0.18s Analysis number: 1 Simulation number: 1 Patient-arm data aggregated across events by selecting the last value for input_out items. Time to run simulation 1: 0.2s Simulation number: 2 Continuing on error, error message at analysis 1; simulation: 2. Error message: ERROR in evallist_uneval_inputsinputs Simulation number: 3 Time to run simulation 3: 0.2s Time to run analysis 1: 0.4s Total time to run: 0.4s Analysis number: 1 Simulation number: 1 Patient-arm data aggregated across events by selecting the last value for input_out items. Time to run simulation 1: 0.17s Simulation number: 2 Continuing on error, error message at analysis 1; simulation: 2. Error message: ERROR in evallist_uneval_inputsinputs Simulation number: 3 Time to run simulation 3: 0.18s Time to run analysis 1: 0.36s Analysis number: 2 Simulation number: 1 Time to run simulation 1: 0.18s Simulation number: 2 Continuing on error, error message at analysis 2; simulation: 2. Error message: ERROR in evallist_uneval_inputsinputs Simulation number: 3 Time to run simulation 3: 0.19s Time to run analysis 2: 0.37s Analysis number: 3 Simulation number: 1 Time to run simulation 1: 0.14s Simulation number: 2 Continuing on error, error message at analysis 3; simulation: 2. Error message: ERROR in evallist_uneval_inputsinputs Simulation number: 3 Time to run simulation 3: 0.19s Time to run analysis 3: 0.33s Analysis number: 4 Simulation number: 1 Time to run simulation 1: 0.16s Simulation number: 2 Continuing on error, error message at analysis 4; simulation: 2. Error message: ERROR in evallist_uneval_inputsinputs Simulation number: 3 Time to run simulation 3: 0.16s Time to run analysis 4: 0.32s Total time to run: 1.39s Analysis number: 1 Simulation number: 1 Time to run simulation 1: 0.3s Time to run analysis 1: 0.3s Total time to run: 0.3s Analysis number: 1 Simulation number: 1 Time to run simulation 1: 0.37s Time to run analysis 1: 0.37s Total time to run: 0.37s [ FAIL 0 | WARN 0 | SKIP 0 | PASS 228 ] > > proc.time() user system elapsed 12.54 1.01 13.54