The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.

CRAN Package Check Results for Package GLMMRR

Last updated on 2026-07-15 05:54:38 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.6.0 11.49 82.16 93.65 OK
r-devel-linux-x86_64-debian-gcc 0.6.0 8.58 60.21 68.79 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 93.00 105.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.43 75.83 86.26 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 13.00 88.00 101.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 17.00 105.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

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.