R Under development (unstable) (2026-02-18 r89435 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.78sec Starting the sampler... |* | 5% 2.66sec 0.14sec |** | 10% 2.52sec 0.28sec |*** | 15% 4.14sec 0.73sec |**** | 20% 3.48sec 0.87sec |***** | 25% 3.03sec 1.01sec |****** | 30% 2.68sec 1.15sec |******* | 35% 2.38sec 1.28sec |******** | 40% 2.13sec 1.42sec |********* | 45% 1.88sec 1.54sec | | 0% 1.68sec |********** | 50% 1.68sec 1.68sec |*********** | 55% 1.51sec 1.84sec |************ | 60% 1.32sec 1.98sec |************* | 65% 1.14sec 2.12sec |************** | 70% 0.97sec 2.26sec |*************** | 75% 0.80sec 2.40sec |**************** | 80% 0.64sec 2.54sec |***************** | 85% 0.47sec 2.68sec |****************** | 90% 0.31sec 2.83sec |******************* | 95% 0.16sec 2.97sec |********************| 100% 0.00sec 3.09sec [ FAIL 0 | WARN 0 | SKIP 0 | PASS 19 ] > > proc.time() user system elapsed 23.45 2.67 26.10