Changes in version 0.1.4 (2025-12-04) - Update dealing with lme4 warning messages to be more robust under changes. - Remove an outdated example and update formatting in the vignette. Changes in version 0.1.3 (2025-11-30) - Add reformulas package to 'Imports' and import some auxiliar functions previously in lme4 from the added package. Changes in version 0.1.2 (2024-08-20) - lme4 specified in links to merMod-class through documentation files to solve NOTE on CRAN Check Results, and as explicitly required at section 2.5 Cross-references of Writing R Extensions: There are two other forms with an optional ‘anchor’ argument, specified as \link[pkg]{foo} and \link[pkg:bar]{foo}, to link to topics foo and bar respectively in the package pkg. - Update README.md file - Add a new argument to dwmw function which will allow to prioritise incrising the nAGQ value over updating model start parameters when both possibilities are available. Changes in version 0.1.1 (2022-08-08) - minqa library added to 'Suggests' field in DESCRIPTION file to solve NOTE on CRAN Check Results, and as explicitly required at section 2.5 Cross-references of Writing R Extensions: Packages referred to by these ‘other forms’ should be declared in the DESCRIPTION file, in the 'Depends', 'Imports', 'Suggests' or 'Enhances' fields. - Add a README.md file - Fix examples in documentation for datasets Changes in version 0.1 (2022-07-14) - Initial release