R version 4.4.0 alpha (2024-03-26 r86209 ucrt) 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(dsem) > > # Run tests > testthat::test_check("dsem") Read 5 records 1 regions found. Using 1 threads 1 regions found. Using 1 threads Coefficient_name Number_of_coefficients Type 1 beta_z 7 Fixed 2 delta0_j 2 Fixed 3 lnsigma_j 2 Fixed 4 mu_j 2 Random 5 x_tj 122 Random Read 5 records Coefficient_name Number_of_coefficients Type 1 beta_z 7 Fixed 2 delta0_j 2 Fixed 3 mu_j 2 Random 4 x_tj 122 Random Read 5 records Coefficient_name Number_of_coefficients Type 1 beta_z 7 Fixed 2 delta0_j 2 Fixed 3 mu_j 2 Random 4 x_tj 122 Random Read 27 records Coefficient_name Number_of_coefficients Type 1 beta_z 22 Fixed 2 mu_j 11 Random $par beta_z beta_z beta_z beta_z beta_z 0.3221952968 -0.1991671988 0.6847991183 1.0132490654 0.2732819655 beta_z beta_z beta_z beta_z beta_z 0.0008697226 0.8897332130 -0.1839010415 -0.1041672422 1.3827592344 beta_z beta_z beta_z beta_z beta_z 2.0082715479 0.5182555571 -0.0221963361 0.1811859173 1.3702882584 beta_z beta_z beta_z beta_z beta_z 10.8356098284 4.2155970917 10.6288074060 2.1112307246 6.4930745580 beta_z beta_z 2.0079248889 2.3807352714 $objective [1] 590.6155 attr(,"logarithm") [1] TRUE $convergence [1] 0 $iterations [1] 93 $evaluations function gradient 108 94 $message [1] "relative convergence (4)" Read 27 records Coefficient_name Number_of_coefficients Type 1 beta_z 22 Fixed 2 mu_j 11 Random Read 27 records Coefficient_name Number_of_coefficients Type 1 beta_z 22 Fixed 2 mu_j 11 Random Read 27 records Coefficient_name Number_of_coefficients Type 1 beta_z 22 Fixed 2 lnsigma_j 2 Fixed 3 mu_j 11 Random 4 x_tj 44 Random Read 0 records Coefficient_name Number_of_coefficients Type 1 beta_z 2 Fixed 2 mu_j 2 Random Read 2 records Coefficient_name Number_of_coefficients Type 1 beta_z 2 Fixed 2 mu_j 2 Random Read 16 records Coefficient_name Number_of_coefficients Type 1 beta_z 24 Fixed 2 mu_j 8 Fixed 3 x_tj 232 Random [ FAIL 0 | WARN 13 | SKIP 0 | PASS 4 ] [ FAIL 0 | WARN 13 | SKIP 0 | PASS 4 ] > > # Run from local directory > # testthat::test_dir( "C:/Users/James.Thorson/Desktop/Git/dsem/tests/testthat/", reporter="check" ) > > proc.time() user system elapsed 11.37 0.51 11.87