CRAN Package Check Results for Package mlmRev

Last updated on 2026-07-23 00:53:43 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0-9 5.35 206.81 212.16 OK
r-devel-linux-x86_64-debian-gcc 1.0-9 4.09 129.23 133.32 ERROR
r-devel-linux-x86_64-fedora-clang 1.0-9 10.00 327.19 337.19 OK
r-devel-linux-x86_64-fedora-gcc 1.0-9 154.95 OK
r-devel-windows-x86_64 1.0-9 7.00 301.00 308.00 OK
r-patched-linux-x86_64 1.0-9 6.88 76.26 83.14 ERROR
r-release-linux-x86_64 1.0-9 5.65 207.69 213.34 OK
r-release-macos-arm64 1.0-9 2.00 62.00 64.00 OK
r-release-macos-x86_64 1.0-9 5.00 252.00 257.00 OK
r-release-windows-x86_64 1.0-9 7.00 301.00 308.00 OK
r-oldrel-macos-arm64 1.0-9 OK
r-oldrel-macos-x86_64 1.0-9 5.00 244.00 249.00 OK
r-oldrel-windows-x86_64 1.0-9 9.00 345.00 354.00 OK

Check Details

Version: 1.0-9
Check: tests
Result: ERROR Running ‘guImmun.R’ [66s/92s] Running ‘lmerTest.R’ [8s/9s] Running ‘versions.R’ [2s/2s] Running the tests in ‘tests/guImmun.R’ failed. Complete output: > library(mlmRev) Loading required package: lme4 Loading required package: Matrix > options(digits=6, useFancyQuotes = FALSE)# signif.stars for once.. > fm <- glmer(immun ~ kid2p + mom25p + ord + ethn + momEd + + husEd + momWork + rural + pcInd81 + (1|mom) + (1|comm), + data = guImmun, family = binomial) Warning messages: 1: In (function (fn, par, lower = rep.int(-Inf, n), upper = rep.int(Inf, : failure to converge in 10000 evaluations 2: In optwrap(optimizer, devfun, start, lower = lower, upper = upper, : convergence code 4 from Nelder_Mead: failure to converge in 10000 evaluations 3: In checkConv(attr(opt, "derivs"), opt$par, ctrl = control$checkConv, : Model failed to converge with max|grad| = 0.708674 (tol = 0.002, component 1) See ?lme4::convergence and ?lme4::troubleshooting. > print(fm, symbolic.cor = TRUE) Generalized linear mixed model fit by maximum likelihood (Laplace Approximation) [glmerMod] Family: binomial ( logit ) Formula: immun ~ kid2p + mom25p + ord + ethn + momEd + husEd + momWork + rural + pcInd81 + (1 | mom) + (1 | comm) Data: guImmun AIC BIC logLik -2*log(L) df.resid 2747.49 2849.68 -1355.74 2711.49 2141 Random effects: Groups Name Std.Dev. mom (Intercept) 1.146 comm (Intercept) 0.725 Number of obs: 2159, groups: mom, 1595; comm, 161 Fixed Effects: (Intercept) kid2pY mom25pY ord23 ord46 ord7p -0.87610 1.27080 -0.12227 -0.15847 0.15343 0.26526 ethnN ethnS momEdP momEdS husEdP husEdS -0.15219 -0.04977 0.27653 0.27997 0.38656 0.34899 husEdU momWorkY ruralY pcInd81 0.00539 0.25958 -0.67424 -0.86204 optimizer (Nelder_Mead) convergence code: 4 (failure to converge in 10000 evaluations) ; 1 optimizer warnings; 1 lme4 warnings > > fm.h <- update(fm, ~ . - husEd) Warning message: In checkConv(attr(opt, "derivs"), opt$par, ctrl = control$checkConv, :*** buffer overflow detected ***: terminated Aborted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 1.0-9
Check: examples
Result: ERROR Running examples in ‘mlmRev-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: Contraception > ### Title: Contraceptive use in Bangladesh > ### Aliases: Contraception > ### Keywords: datasets > > ### ** Examples > > str(Contraception) 'data.frame': 1934 obs. of 6 variables: $ woman : Factor w/ 1934 levels "1","2","3","4",..: 1 2 3 4 5 6 7 8 9 10 ... $ district: Factor w/ 60 levels "1","2","3","4",..: 1 1 1 1 1 1 1 1 1 1 ... $ use : Factor w/ 2 levels "N","Y": 1 1 1 1 1 1 1 1 1 1 ... $ livch : Factor w/ 4 levels "0","1","2","3+": 4 1 3 4 1 1 4 4 2 4 ... $ age : num 18.44 -5.56 1.44 8.44 -13.56 ... $ urban : Factor w/ 2 levels "N","Y": 2 2 2 2 2 2 2 2 2 2 ... > summary(Contraception) woman district use livch age urban 1 : 1 14 : 118 N:1175 0 :530 Min. :-13.560000 N:1372 2 : 1 1 : 117 Y: 759 1 :356 1st Qu.: -7.559900 Y: 562 3 : 1 46 : 86 2 :305 Median : -1.559900 4 : 1 25 : 67 3+:743 Mean : 0.002198 5 : 1 6 : 65 3rd Qu.: 6.440000 6 : 1 30 : 61 Max. : 19.440000 (Other):1928 (Other):1420 > (fm1 <- glmer(use ~ urban+age+livch+(1|district), Contraception, binomial)) Generalized linear mixed model fit by maximum likelihood (Laplace Approximation) [glmerMod] Family: binomial ( logit ) Formula: use ~ urban + age + livch + (1 | district) Data: Contraception AIC BIC logLik -2*log(L) df.resid 2427.616 2466.587 -1206.808 2413.616 1927 Random effects: Groups Name Std.Dev. district (Intercept) 0.4608 Number of obs: 1934, groups: district, 60 Fixed Effects: (Intercept) urbanY age livch1 livch2 livch3+ -1.68965 0.73298 -0.02659 1.10913 1.37634 1.34518 > (fm2 <- glmer(use ~ urban+age+livch+(urban|district), Contraception, binomial)) Error: Downdated VtV is not positive definite Execution halted Flavor: r-patched-linux-x86_64

Version: 1.0-9
Check: tests
Result: ERROR Running ‘guImmun.R’ [5s/5s] Running ‘lmerTest.R’ [10s/14s] Running ‘versions.R’ [2s/3s] Running the tests in ‘tests/guImmun.R’ failed. Complete output: > library(mlmRev) Loading required package: lme4 Loading required package: Matrix > options(digits=6, useFancyQuotes = FALSE)# signif.stars for once.. > fm <- glmer(immun ~ kid2p + mom25p + ord + ethn + momEd + + husEd + momWork + rural + pcInd81 + (1|mom) + (1|comm), + data = guImmun, family = binomial) Error: Downdated VtV is not positive definite Execution halted Flavor: r-patched-linux-x86_64

mirror server hosted at Truenetwork, Russian Federation.