Thank you Jeroen for this report. We (the lme4 authors) apologize for this inconvenience.

Thank you Simon. Your diagnosis is correct. The test in question should only run if mlmRev is available. This bug is now fixed in the development version.

Ben and I just discussed the matter, and we will be submitting a patch to cran within 24 hours. We would also like to include some other back compatibility fixes within the patch, but are still deliberating about which of these to include.

Steve Walker


On 2014-04-11, 10:43 AM, Simon Urbanek wrote:
On Apr 11, 2014, at 12:54 AM, Jeroen Ooms <[email protected]> wrote:

Running update.packages on R 3.1 for Mavericks complains that some
CRAN packages do not have binary builds available. For example lme4 is
missing from http://cran.r-project.org/bin/macosx/mavericks/contrib/3.1/.

Is there any reason for this,

Yes, only packages that pass make check are present.


or do I just need some patience? I installed lme4 from source and it seems to 
build without problems.


It fails make check with

* checking for unstated dependencies in tests ... OK
* checking tests ... ERROR
Running the tests in ‘tests/priorWeights.R’ failed.
Last 13 lines of output:
   > sleepLmer <- lmer(Reaction ~ Days + (Days|Subject),
   +                   sleepstudy, weights = w,
   +                   REML = FALSE)
   > sleepComp <- compFunc(sleepLme, sleepLmer)
   > stopifnot(do.call(all.equal, sleepComp))
   > ## look at relative differences:
   > sleepComp$tolerance <- 0
   > do.call(all.equal, sleepComp)
   [1] "Mean relative difference: 0.000818191"
   >
   > library(mlmRev)
   Error in library(mlmRev) : there is no package called 'mlmRev'
   Execution halted
* elapsed time (check, wall clock): 7:57

However, mlmRev itself depends on lme4, so it's not available. It seems like a 
bug in the tests which should not fail if mlmRev is not available since it's 
only suggested, not required.

Cheers,
Simon




_______________________________________________
R-SIG-Mac mailing list
[email protected]
https://stat.ethz.ch/mailman/listinfo/r-sig-mac


_______________________________________________
Lme4-authors mailing list
[email protected]
https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/lme4-authors



_______________________________________________
R-SIG-Mac mailing list
[email protected]
https://stat.ethz.ch/mailman/listinfo/r-sig-mac

Reply via email to