R Under development (unstable) (2024-01-28 r85838 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(hopit) Loading required package: survey Loading required package: grid Loading required package: Matrix Loading required package: survival Attaching package: 'survey' The following object is masked from 'package:graphics': dotchart > > test_check("hopit") Unused levels dropped from "depression3". Unused levels dropped from "diabetes3". Unused levels dropped from "sex3". Calculating the starting parameters... done Fitting the model... done Calculating the maximum latent range... done Calculating the Hessian matrix... done Calculating the LL gradient (estfun)... done Calculating the starting parameters... done Fitting the model... done Calculating the maximum latent range... done Calculating the Hessian matrix... done Calculating the LL gradient (estfun)... done Calculating the starting parameters... done Fitting the model...Calculating the starting parameters... done Fitting the model...Calculating the starting parameters... done Fitting the model...Calculating the starting parameters... done Fitting the model...[ FAIL 0 | WARN 0 | SKIP 2 | PASS 29 ] ══ Skipped tests (2) ═══════════════════════════════════════════════════════════ • On CRAN (2): 'test-hopit.R:375:3', 'test-hopit.R:530:3' [ FAIL 0 | WARN 0 | SKIP 2 | PASS 29 ] > > proc.time() user system elapsed 10.40 2.07 12.48