R Under development (unstable) (2025-10-28 r88973 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. > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(pmlsp) > > test_check("pmlsp") Loading required package: miscTools Please cite the 'maxLik' package as: Henningsen, Arne and Toomet, Ott (2011). maxLik: A package for maximum likelihood estimation in R. Computational Statistics 26(3), 443-458. DOI 10.1007/s00180-010-0217-1. If you have questions, suggestions, or comments regarding the 'maxLik' package, please use a forum or 'tracker' at maxLik's R-Forge site: https://r-forge.r-project.org/projects/maxlik/ Loading required package: spData To access larger datasets in this package, install the spDataLarge package with: `install.packages('spDataLarge', repos='https://nowosad.github.io/drat/', type='source')` Loading required package: sf Linking to GEOS 3.13.1, GDAL 3.11.0, PROJ 9.6.0; sf_use_s2() is TRUE Attaching package: 'spdep' The following objects are masked from 'package:spatialreg': get.ClusterOption, get.VerboseOption, get.ZeroPolicyOption, get.coresOption, get.mcOption, set.ClusterOption, set.VerboseOption, set.ZeroPolicyOption, set.coresOption, set.mcOption Attaching package: 'numDeriv' The following object is masked from 'package:maxLik': hessian ----- Initial parameters: ----- fcn value: -19.9252 parameter initial gradient free (Intercept) 3.68172842 6.765260e-05 1 HOVAL -0.02372938 2.773630e-03 1 INC -0.20883445 3.569902e-04 1 rho 0.42929693 1.154585e+01 1 Condition number of the (active) hessian: 603569.1 -----Iteration 1 ----- -----Iteration 2 ----- -----Iteration 3 ----- -----Iteration 4 ----- -----Iteration 5 ----- -----Iteration 6 ----- -----Iteration 7 ----- -----Iteration 8 ----- -----Iteration 9 ----- -----Iteration 10 ----- -----Iteration 11 ----- -----Iteration 12 ----- -----Iteration 13 ----- -----Iteration 14 ----- -----Iteration 15 ----- -----Iteration 16 ----- -----Iteration 17 ----- -----Iteration 18 ----- -----Iteration 19 ----- -----Iteration 20 ----- -----Iteration 21 ----- -----Iteration 22 ----- -----Iteration 23 ----- -----Iteration 24 ----- -----Iteration 25 ----- -----Iteration 26 ----- -----Iteration 27 ----- -----Iteration 28 ----- -----Iteration 29 ----- -----Iteration 30 ----- -----Iteration 31 ----- -----Iteration 32 ----- -----Iteration 33 ----- -----Iteration 34 ----- -----Iteration 35 ----- -----Iteration 36 ----- -----Iteration 37 ----- -----Iteration 38 ----- -----Iteration 39 ----- -----Iteration 40 ----- -----Iteration 41 ----- -----Iteration 42 ----- -----Iteration 43 ----- -----Iteration 44 ----- -----Iteration 45 ----- -----Iteration 46 ----- -----Iteration 47 ----- -----Iteration 48 ----- -----Iteration 49 ----- -----Iteration 50 ----- -----Iteration 51 ----- -----Iteration 52 ----- -----Iteration 53 ----- -----Iteration 54 ----- -----Iteration 55 ----- -----Iteration 56 ----- -----Iteration 57 ----- -----Iteration 58 ----- -----Iteration 59 ----- -----Iteration 60 ----- -----Iteration 61 ----- -----Iteration 62 ----- -----Iteration 63 ----- -----Iteration 64 ----- -----Iteration 65 ----- -----Iteration 66 ----- -----Iteration 67 ----- -----Iteration 68 ----- -----Iteration 69 ----- -----Iteration 70 ----- -----Iteration 71 ----- -----Iteration 72 ----- -----Iteration 73 ----- -----Iteration 74 ----- -----Iteration 75 ----- -----Iteration 76 ----- -----Iteration 77 ----- -----Iteration 78 ----- -----Iteration 79 ----- -----Iteration 80 ----- -----Iteration 81 ----- -----Iteration 82 ----- -----Iteration 83 ----- -----Iteration 84 ----- -------------- successive function values within relative tolerance limit (reltol) 84 iterations estimate: 3.08363 -0.02414193 -0.1559166 1.542099 Function value: -16.24413 [ FAIL 0 | WARN 0 | SKIP 0 | PASS 0 ] > > proc.time() user system elapsed 82.7 1.7 84.4