R Under development (unstable) (2024-03-16 r86144 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. > if (require("testthat")) { + pkg <- "glmmTMB" + require(pkg, character.only=TRUE) + print(sessionInfo()) + test_check(pkg, reporter="summary") + print(warnings()) # TODO? catch most of these by expect_warning(..) + } else { + warnings("Package 'testthat' not available, cannot run unit tests for package", + sQuote(pkg)) + } Loading required package: testthat Loading required package: glmmTMB R Under development (unstable) (2024-03-16 r86144 ucrt) Platform: x86_64-w64-mingw32/x64 Running under: Windows Server 2022 x64 (build 20348) Matrix products: default locale: [1] LC_COLLATE=C LC_CTYPE=German_Germany.utf8 [3] LC_MONETARY=C LC_NUMERIC=C [5] LC_TIME=C time zone: Europe/Berlin tzcode source: internal attached base packages: [1] stats graphics grDevices utils datasets methods base other attached packages: [1] glmmTMB_1.1.9 testthat_3.2.1 loaded via a namespace (and not attached): [1] nlme_3.1-164 cli_3.6.2 TH.data_1.1-2 [4] rlang_1.1.3 estimability_1.5 xtable_1.8-4 [7] minqa_1.2.6 zoo_1.8-12 TMB_1.9.10 [10] lme4_1.1-35.1 brio_1.1.4 grid_4.4.0 [13] MASS_7.3-60.2 mvtnorm_1.2-4 numDeriv_2016.8-1.1 [16] compiler_4.4.0 multcomp_1.4-25 codetools_0.2-19 [19] sandwich_3.1-0 emmeans_1.10.0 coda_0.19-4.1 [22] Rcpp_1.0.12 mgcv_1.9-1 lattice_0.22-5 [25] nloptr_2.0.3 R6_2.5.1 splines_4.4.0 [28] magrittr_2.0.3 Matrix_1.6-5 boot_1.3-30 [31] survival_3.5-8 Anova: ............... VarCorr: ............. altopt: alternative optimizers: S basics: .............SS.....S......S trickier examples: SS.SSSS........ bootMer: bootMer: SS checkRank: ................................................ control: SS diagnose: .S disp: ... downstream: S..... edgecases: test edge cases: . env: basic examples: ... families: .....................SSSSSSSSS............................ formulas: formula parsing: ................ mapopt: methods: ............................S.................................................... simulate consistency with glm/lm: ... Ranef etc.: .......S.................... misc: . offset: SSSSSSSSS predict: .....SSS Predict two-column response case: SS.................S..SSS....S..S...S.............S....... priors: ......... reml: REML: ....... rr: ......... saveload: Saving and loading glmmTMB objects: . smooths: ... sparseX: sparse X models: ....... start: .. utils: .............. varstruc: variance structures: ........SSS. weight: ......... zi: ZI models: SS ══ Skipped ═════════════════════════════════════════════════════════════════════ 1. downstream methods work with optim() ('test-altopt.R:11:3') - Reason: On CRAN 2. Update Gaussian ('test-basics.R:85:3') - Reason: On CRAN 3. Variance structures ('test-basics.R:94:3') - Reason: On CRAN 4. Multiple RE, reordering ('test-basics.R:124:6') - Reason: On CRAN 5. close to lme4 results ('test-basics.R:164:5') - Reason: On CRAN 6. basic zero inflation ('test-basics.R:217:8') - Reason: On CRAN 7. alternative binomial model specifications ('test-basics.R:236:5') - Reason: On CRAN 8. NA handling ('test-basics.R:257:5') - Reason: On CRAN 9. quine NB fit ('test-basics.R:275:5') - Reason: On CRAN 10. contrasts arg ('test-basics.R:286:5') - Reason: On CRAN 11. zero disp setting ('test-basics.R:297:5') - Reason: On CRAN 12. Bernoulli responses ('test-bootMer.R:12:3') - Reason: On CRAN 13. binomial responses ('test-bootMer.R:22:5') - Reason: On CRAN 14. profile method ('test-control.R:16:3') - Reason: On CRAN 15. parallel regions ('test-control.R:50:3') - Reason: On CRAN 16. diagnose works with Tweedie fits ('test-diagnose.R:16:5') - Reason: On CRAN 17. emmeans ('test-downstream.R:22:5') - Reason: On CRAN 18. beta ('test-families.R:103:3') - Reason: On CRAN 19. nbinom ('test-families.R:125:5') - Reason: On CRAN 20. dbetabinom ('test-families.R:186:5') - Reason: On CRAN 21. truncated ('test-families.R:259:5') - Reason: On CRAN 22. truncated_genpois ('test-families.R:336:3') - Reason: On CRAN 23. truncated_compois ('test-families.R:352:5') - Reason: On CRAN 24. compois ('test-families.R:362:5') - Reason: On CRAN 25. genpois ('test-families.R:372:5') - Reason: On CRAN 26. tweedie ('test-families.R:380:5') - Reason: On CRAN 27. anova ML/REML checks ('test-methods.R:118:5') - Reason: On CRAN 28. various binomial response types work ('test-methods.R:482:3') - Reason: On CRAN 29. LM with offset as argument ('test-offset.R:27:3') - Reason: On CRAN 30. LM with offset in formula ('test-offset.R:35:5') - Reason: On CRAN 31. LM with offset in formula - variable not in environment ('test-offset.R:48:5') - Reason: On CRAN 32. LM with offset in dispersion formula ('test-offset.R:57:5') - Reason: On CRAN 33. LM with multiple offsets (cond/dispersion) ('test-offset.R:65:5') - Reason: On CRAN 34. LM with random crap in the formula ('test-offset.R:74:5') - Reason: On CRAN 35. offset in do.call ('test-offset.R:81:5') - Reason: On CRAN 36. LONG offset in do.call ('test-offset.R:90:5') - Reason: On CRAN 37. offset works with attributes ('test-offset.R:101:3') - Reason: On CRAN 38. new levels of fixed effect factor ('test-predict.R:37:5') - Reason: On CRAN 39. new levels in RE term ('test-predict.R:44:5') - Reason: On CRAN 40. new levels in AR1 (OK) ('test-predict.R:51:5') - Reason: On CRAN 41. two-column response ('test-predict.R:61:5') - Reason: On CRAN 42. Prediction with dispformula=~0 ('test-predict.R:69:5') - Reason: On CRAN 43. scale ('test-predict.R:183:5') - Reason: On CRAN 44. scale_RE ('test-predict.R:205:5') - Reason: On CRAN 45. complex bases in dispformula ('test-predict.R:212:5') - Reason: On CRAN 46. fix_predvars works for I(x^2) ('test-predict.R:225:5') - Reason: On CRAN 47. contrasts carried over ('test-predict.R:293:5') - Reason: On CRAN 48. offset-only model (GH #625) ('test-predict.R:332:5') - Reason: On CRAN 49. inverse-link prediction ('test-predict.R:351:3') - Reason: On CRAN 50. nzprob doesn't segfault ('test-predict.R:442:5') - Reason: On CRAN 51. ar1 requires factor time ('test-varstruc.R:52:3') - Reason: On CRAN 52. varcorr_print ('test-varstruc.R:72:5') - Reason: On CRAN 53. cov_struct_order ('test-varstruc.R:103:5') - Reason: On CRAN 54. zi ('test-zi.R:12:3') - Reason: On CRAN 55. zi beta and Gamma ('test-zi.R:37:5') - Reason: On CRAN ══ DONE ════════════════════════════════════════════════════════════════════════ > > proc.time() user system elapsed 79.64 2.71 82.39