The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
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[@]dogado.de.

CRAN Package Check Results for Package mlmRev

Last updated on 2026-07-21 23:58:25 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.88 165.89 170.77 OK
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 291.00 298.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 287.00 294.00 OK
r-oldrel-macos-arm64 1.0-9 2.00 64.00 66.00 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: 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

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.
Health stats visible at Monitor.