R Under development (unstable) (2024-06-13 r86731 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. > # 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-1. For overview type 'help("mgcv-package")'. - 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: 3.02sec Starting the sampler... |* | 5% 2.47sec 0.13sec |** | 10% 2.25sec 0.25sec |*** | 15% 2.15sec 0.38sec |**** | 20% 1.96sec 0.49sec |***** | 25% 1.83sec 0.61sec |****** | 30% 1.73sec 0.74sec |******* | 35% 1.58sec 0.85sec |******** | 40% 1.44sec 0.96sec |********* | 45% 1.31sec 1.07sec | | 0% 1.19sec |********** | 50% 1.19sec 1.19sec |*********** | 55% 1.08sec 1.32sec |************ | 60% 0.96sec 1.44sec |************* | 65% 0.83sec 1.55sec |************** | 70% 0.72sec 1.68sec |*************** | 75% 0.64sec 1.93sec |**************** | 80% 0.51sec 2.05sec |***************** | 85% 0.39sec 2.19sec |****************** | 90% 0.26sec 2.32sec |******************* | 95% 0.13sec 2.43sec |********************| 100% 0.00sec 2.55sec [ FAIL 0 | WARN 0 | SKIP 0 | PASS 19 ] > > proc.time() user system elapsed 24.10 2.25 26.29