R Under development (unstable) (2025-06-08 r88288 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(JSM) Loading required package: nlme Loading required package: splines Loading required package: statmod Loading required package: survival Attaching package: 'JSM' The following object is masked from 'package:survival': pbc > test_check("JSM") Tests for 'PFDS (jmodelMult)'Running jmodelMult(), may take some time to finish. Tests for 'PFDS (jmodelTM)'Running jmodelTM(), may take some time to finish. Tests for 'PLFD (jmodelMult)'Running jmodelMult(), may take some time to finish. Tests for 'PLFD (jmodelTM)'Running jmodelTM(), may take some time to finish. Tests for 'jmodelMult'Running jmodelMult(), may take some time to finish. Running jmodelMult(), may take some time to finish. Tests for 'jmodelTM'Running jmodelTM(), may take some time to finish. Running jmodelTM(), may take some time to finish. [ FAIL 0 | WARN 0 | SKIP 0 | PASS 20 ] > > proc.time() user system elapsed 70.64 17.32 88.03