R Under development (unstable) (2024-06-16 r86763 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: 2.79sec Starting the sampler... |* | 5% 1.90sec 0.10sec |** | 10% 2.07sec 0.23sec |*** | 15% 1.93sec 0.34sec |**** | 20% 2.28sec 0.57sec |***** | 25% 2.01sec 0.67sec |****** | 30% 1.84sec 0.79sec |******* | 35% 1.67sec 0.90sec |******** | 40% 1.54sec 1.03sec |********* | 45% 1.39sec 1.14sec | | 0% 1.26sec |********** | 50% 1.26sec 1.26sec |*********** | 55% 1.14sec 1.39sec |************ | 60% 1.01sec 1.51sec |************* | 65% 0.88sec 1.64sec |************** | 70% 0.75sec 1.76sec |*************** | 75% 0.63sec 1.89sec |**************** | 80% 0.50sec 2.00sec |***************** | 85% 0.37sec 2.12sec |****************** | 90% 0.25sec 2.25sec |******************* | 95% 0.12sec 2.37sec |********************| 100% 0.00sec 2.48sec [ FAIL 0 | WARN 0 | SKIP 0 | PASS 19 ] > > proc.time() user system elapsed 21.54 1.67 23.20