R Under development (unstable) (2024-06-22 r86814 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(gamlssx) > > test_check("gamlssx") stepLength = 1 GAMLSS-RS iteration 1: Global Deviance = -79.1718 GAMLSS-RS iteration 2: Global Deviance = -86.9395 GAMLSS-RS iteration 3: Global Deviance = -87.1168 GAMLSS-RS iteration 4: Global Deviance = -87.1317 GAMLSS-RS iteration 5: Global Deviance = -87.1331 GAMLSS-RS iteration 6: Global Deviance = -87.1332 stepLength = 1 GAMLSS-RS iteration 1: Global Deviance = -79.2947 GAMLSS-RS iteration 2: Global Deviance = -86.9473 GAMLSS-RS iteration 3: Global Deviance = -87.1181 GAMLSS-RS iteration 4: Global Deviance = -87.1314 GAMLSS-RS iteration 5: Global Deviance = -87.1327 GAMLSS-RS iteration 6: Global Deviance = -87.1333 stepLength = 1 GAMLSS-RS iteration 1: Global Deviance = -79.1718 GAMLSS-RS iteration 2: Global Deviance = -86.9395 GAMLSS-RS iteration 3: Global Deviance = -87.1168 GAMLSS-RS iteration 4: Global Deviance = -87.1317 GAMLSS-RS iteration 5: Global Deviance = -87.1331 GAMLSS-RS iteration 6: Global Deviance = -87.1332 stepLength = 1 GAMLSS-RS iteration 1: Global Deviance = -87.1333 stepLength = 1 GAMLSS-RS iteration 1: Global Deviance = 323.1515 GAMLSS-RS iteration 2: Global Deviance = 320.4994 GAMLSS-RS iteration 3: Global Deviance = 320.1414 GAMLSS-RS iteration 4: Global Deviance = 320.0911 GAMLSS-RS iteration 5: Global Deviance = 320.084 GAMLSS-RS iteration 6: Global Deviance = 320.0831 Family: c("GEV", "Generalized Extreme Value") Fitting method: RS() Call: gamlss::gamlss(formula = y ~ gamlss::pb(x), family = GEVfisher(mu.link = "identity", sigma.link = "log", nu.link = "identity"), data = data, mu.step = 1, sigma.step = 1, nu.step = 1) Mu Coefficients: (Intercept) gamlss::pb(x) 1.273 1.383 Sigma Coefficients: (Intercept) -0.0876 Nu Coefficients: (Intercept) 0.1926 Degrees of Freedom for the fit: 4 Residual Deg. of Freedom 96 Global Deviance: 320.083 AIC: 328.083 SBC: 338.504 stepLength = 1 stepLength = 0.5 GAMLSS-CG iteration 1: Global Deviance = 337.4165 GAMLSS-CG iteration 2: Global Deviance = 322.5638 GAMLSS-CG iteration 3: Global Deviance = 321.0301 GAMLSS-CG iteration 4: Global Deviance = 320.4417 GAMLSS-CG iteration 5: Global Deviance = 320.2167 GAMLSS-CG iteration 6: Global Deviance = 320.1325 GAMLSS-CG iteration 7: Global Deviance = 320.1011 GAMLSS-CG iteration 8: Global Deviance = 320.0897 GAMLSS-CG iteration 9: Global Deviance = 320.0856 GAMLSS-CG iteration 10: Global Deviance = 320.084 GAMLSS-CG iteration 11: Global Deviance = 320.0835 stepLength = 1 GAMLSS-RS iteration 1: Global Deviance = 323.1713 GAMLSS-RS iteration 2: Global Deviance = 320.5163 GAMLSS-RS iteration 3: Global Deviance = 320.1426 GAMLSS-RS iteration 4: Global Deviance = 320.0911 GAMLSS-RS iteration 5: Global Deviance = 320.0843 GAMLSS-RS iteration 6: Global Deviance = 320.0831 GAMLSS-RS iteration 7: Global Deviance = 320.0829 Family: c("GEV", "Generalized Extreme Value") Fitting method: RS() Call: gamlss::gamlss(formula = y ~ gamlss::pb(x), family = GEVquasi(mu.link = "identity", sigma.link = "log", nu.link = "identity"), data = data, mu.step = 1, sigma.step = 1, nu.step = 1) Mu Coefficients: (Intercept) gamlss::pb(x) 1.272 1.383 Sigma Coefficients: (Intercept) -0.0881 Nu Coefficients: (Intercept) 0.193 Degrees of Freedom for the fit: 4 Residual Deg. of Freedom 96 Global Deviance: 320.083 AIC: 328.083 SBC: 338.504 stepLength = 1 GAMLSS-CG iteration 1: Global Deviance = 340.638 stepLength = 0.5 GAMLSS-CG iteration 1: Global Deviance = 348.0324 GAMLSS-CG iteration 2: Global Deviance = 329.5171 GAMLSS-CG iteration 3: Global Deviance = 322.9442 GAMLSS-CG iteration 4: Global Deviance = 320.9351 GAMLSS-CG iteration 5: Global Deviance = 320.3405 GAMLSS-CG iteration 6: Global Deviance = 320.1625 GAMLSS-CG iteration 7: Global Deviance = 320.1079 GAMLSS-CG iteration 8: Global Deviance = 320.0911 GAMLSS-CG iteration 9: Global Deviance = 320.0858 GAMLSS-CG iteration 10: Global Deviance = 320.0839 GAMLSS-CG iteration 11: Global Deviance = 320.0833 stepLength = 1 [ FAIL 0 | WARN 0 | SKIP 0 | PASS 19 ] > > proc.time() user system elapsed 1.56 0.14 1.71