R Under development (unstable) (2024-06-11 r86723 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.91sec Starting the sampler... |* | 5% 1.90sec 0.10sec |** | 10% 2.07sec 0.23sec |*** | 15% 1.98sec 0.35sec |**** | 20% 1.92sec 0.48sec |***** | 25% 1.77sec 0.59sec |****** | 30% 1.66sec 0.71sec |******* | 35% 1.56sec 0.84sec |******** | 40% 1.44sec 0.96sec |********* | 45% 1.31sec 1.07sec | | 0% 1.18sec |********** | 50% 1.18sec 1.18sec |*********** | 55% 1.07sec 1.31sec |************ | 60% 0.95sec 1.42sec |************* | 65% 0.83sec 1.54sec |************** | 70% 0.72sec 1.67sec |*************** | 75% 0.63sec 1.90sec |**************** | 80% 0.51sec 2.03sec |***************** | 85% 0.39sec 2.20sec |****************** | 90% 0.26sec 2.32sec |******************* | 95% 0.13sec 2.45sec |********************| 100% 0.00sec 2.57sec [ FAIL 0 | WARN 0 | SKIP 0 | PASS 19 ] > > proc.time() user system elapsed 21.87 2.03 23.90