lme4 warning messages to be more robust under changes.reformulas package to 'Imports' and import some auxiliar functions previously in lme4 from the added package.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.
dwmw function which will allow to prioritise incrising the nAGQ value over updating model start parameters when both possibilities are available.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
DESCRIPTIONfile, in the 'Depends', 'Imports', 'Suggests' or 'Enhances' fields.