R Under development (unstable) (2024-06-26 r86840 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(nphRCT) > library(survival) > > test_check("nphRCT") [ FAIL 0 | WARN 0 | SKIP 10 | PASS 52 ] ══ Skipped tests (10) ══════════════════════════════════════════════════════════ • On CRAN (10): 'test-find_scores.R:43:3', 'test-find_scores.R:47:3', 'test-find_scores.R:51:3', 'test-sim_events_delay.R:33:3', 'test-sim_events_delay.R:61:3', 'test-sim_events_delay.R:88:3', 'test-wlrt.R:64:3', 'test-wlrt.R:72:3', 'test-wlrt.R:80:3', 'test-wlrt.R:89:3' [ FAIL 0 | WARN 0 | SKIP 10 | PASS 52 ] Deleting unused snapshots: • find_scores/df_scores_ms.RDS • find_scores/df_scores_mw.RDS • find_scores/df_scores_rmst.RDS • sim_events_delay/sim_data_constant.RDS • sim_events_delay/sim_data_power.RDS • sim_events_delay/sim_data_pw.RDS • wlrt/out_s_star.RDS • wlrt/out_strata.RDS • wlrt/out_strata_2.RDS • wlrt/out_t_star.RDS > > proc.time() user system elapsed 3.37 0.57 3.93