R Under development (unstable) (2025-09-04 r88794 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(EstimationTools) Loading required package: survival ><<<<<<<<<<<<<<<<<<<<<<<< EstimationTools Version 4.3.1 >>>>>>>>>>>>>>>>>>>>>>>>< Feel free to report bugs in https://github.com/Jaimemosg/EstimationTools/issues > > test_check("EstimationTools") -------------------------------------------------------------------- Hazard shape: Unimodal -------------------------------------------------------------------- Successful estimate! [ FAIL 0 | WARN 0 | SKIP 8 | PASS 24 ] ══ Skipped tests (8) ═══════════════════════════════════════════════════════════ • On CRAN (8): 'test-HazardShape_print.R:38:3', 'test-TTT_HazardShape.R:8:3', 'test-TTT_HazardShape_EmpiricalTTT.R:7:3', 'test-TTTplot.R:9:3', 'test-maxlogL_DEoptim.R:10:3', 'test-maxlogL_ga.R:11:3', 'test-maxlogL_nlminb.R:11:3', 'test-maxlogL_optim.R:11:3' [ FAIL 0 | WARN 0 | SKIP 8 | PASS 24 ] > > proc.time() user system elapsed 70.90 3.07 73.95