R Under development (unstable) (2026-03-22 r89674 ucrt) -- "Unsuffered Consequences" Copyright (C) 2026 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(gmfamm) Loading required package: bamlss Loading required package: coda Loading required package: colorspace Loading required package: distributions3 Attaching package: 'distributions3' The following object is masked from 'package:stats': Gamma The following object is masked from 'package:grDevices': pdf Loading required package: mgcv Loading required package: nlme This is mgcv 1.9-4. For overview type '?mgcv'. - For citation info, use citation("bamlss") and see http://www.bamlss.org/. Attaching package: 'bamlss' The following object is masked from 'package:mgcv': smooth.construct > > test_check("gmfamm") AICc 30605.09 logPost -16225.8 logLik -15080.7 edf 193.87 eps 1.0000 iteration 1 AICc 10330.41 logPost -5377.39 logLik -4946.36 edf 191.59 eps 1.9440 iteration 2 AICc 9641.034 logPost -5045.68 logLik -4607.62 edf 187.01 eps 0.8017 iteration 3 AICc 9427.689 logPost -4918.86 logLik -4495.04 edf 191.56 eps 0.3266 iteration 4 AICc 9315.378 logPost -4868.85 logLik -4434.15 edf 195.18 eps 0.1284 iteration 5 AICc 9241.112 logPost -4839.41 logLik -4393.12 edf 198.15 eps 0.0768 iteration 6 AICc 9184.007 logPost -4818.17 logLik -4361.46 edf 200.50 eps 0.1721 iteration 7 AICc 9135.449 logPost -4800.63 logLik -4334.78 edf 202.32 eps 0.1400 iteration 8 AICc 9091.537 logPost -4784.78 logLik -4311.00 edf 203.69 eps 0.0959 iteration 9 AICc 9050.479 logPost -4769.71 logLik -4289.11 edf 204.72 eps 0.0947 iteration 10 AICc 9050.479 logPost -4769.71 logLik -4289.11 edf 204.72 eps 0.0947 iteration 10 elapsed time: 2.97sec Starting the sampler... |* | 5% 1.90sec 0.10sec |** | 10% 1.89sec 0.21sec |*** | 15% 1.81sec 0.32sec |**** | 20% 1.84sec 0.46sec |***** | 25% 1.74sec 0.58sec |****** | 30% 1.66sec 0.71sec |******* | 35% 1.52sec 0.82sec |******** | 40% 1.41sec 0.94sec |********* | 45% 1.28sec 1.05sec | | 0% 1.16sec |********** | 50% 1.18sec 1.18sec |*********** | 55% 1.06sec 1.30sec |************ | 60% 0.94sec 1.41sec |************* | 65% 0.83sec 1.55sec |************** | 70% 0.72sec 1.68sec |*************** | 75% 0.60sec 1.80sec |**************** | 80% 0.48sec 1.93sec |***************** | 85% 0.36sec 2.05sec |****************** | 90% 0.24sec 2.19sec |******************* | 95% 0.12sec 2.32sec |********************| 100% 0.00sec 2.44sec [ FAIL 0 | WARN 0 | SKIP 0 | PASS 19 ] > > proc.time() user system elapsed 23.82 1.92 25.68