CRAN Package Check Results for Package GLMMRR

Last updated on 2026-07-10 12:51:16 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.6.0 10.26 81.26 91.52 OK
r-devel-linux-x86_64-debian-gcc 0.6.0 7.21 60.67 67.88 OK
r-devel-linux-x86_64-fedora-clang 0.6.0 19.00 129.44 148.44 OK
r-devel-linux-x86_64-fedora-gcc 0.6.0 18.00 120.51 138.51 OK
r-devel-windows-x86_64 0.6.0 12.00 91.00 103.00 OK
r-patched-linux-x86_64 0.6.0 10.13 76.26 86.39 OK
r-release-linux-x86_64 0.6.0 10.96 76.10 87.06 OK
r-release-macos-arm64 0.6.0 3.00 21.00 24.00 OK
r-release-macos-x86_64 0.6.0 8.00 79.00 87.00 OK
r-release-windows-x86_64 0.6.0 14.00 89.00 103.00 OK
r-oldrel-macos-arm64 0.6.0 OK
r-oldrel-macos-x86_64 0.6.0 7.00 125.00 132.00 OK
r-oldrel-windows-x86_64 0.6.0 16.00 106.00 122.00 ERROR

Check Details

Version: 0.6.0
Check: examples
Result: ERROR Running examples in 'GLMMRR-Ex.R' failed The error most likely occurred in: > ### Name: RRglmer > ### Title: Fitting Generalized Linear Mixed-Effects Models with binary > ### Randomized Response data > ### Aliases: RRglmer > > ### ** Examples > > # Fit the model with fixed effects for gender, RR and pp > # and a random effect for age using the logit link function. > # The Randomized Response parameters p1, p2 and model > # are specified for each observation in the dataset. > out <- RRglmer(response ~ Gender + RR + pp + (1|age), link="RRlink.logit", RRmodel=RRmodel, + p1=RRp1, p2=RRp2, data=Plagiarism, na.action = "na.omit", + etastart = rep(0.01, nrow(Plagiarism)), + control = glmerControl(optimizer = "Nelder_Mead", tolPwrss = 1e-03), nAGQ = 1) RRglmer(formula = "response~Gender+RR+pp+age", link = "RRlink.logit", RRmodel = RRmodel, p1 = RRp1, p2 = RRp2, data = Plagiarism, control = glmerControl(optimizer = "Nelder_Mead", tolPwrss = 0.001), na.action = "na.omit", ... = pairlist(etastart = rep(0.01, nrow(Plagiarism)), nAGQ = 1)) Flavor: r-oldrel-windows-x86_64