[R-sig-ME] lme4 1.0-4 now on CRAN

Ben Bolker bbolker at gmail.com
Mon Sep 23 16:12:17 CEST 2013


Joshua Wiley <jwiley.psych at ...> writes:

> 
> Seems so....
> 
> R version 3.0.0 (2013-04-03) -- "Masked Marvel"
> Copyright (C) 2013 The R Foundation for Statistical Computing
> Platform: x86_64-w64-mingw32/x64 (64-bit)

  [snip]
> 
> lmer> ## linear mixed models - reference values from older code
> lmer> (fm1 <- lmer(Reaction ~ Days + (Days | Subject), sleepstudy))
> Error in get(name, envir = asNamespace(pkg), inherits = FALSE) :
>   object '.setDummyField' not found
> 
> and here's my sessionInfo()
> 
> > sessionInfo()
> R version 3.0.0 (2013-04-03)
> Platform: x86_64-w64-mingw32/x64 (64-bit)

[snip]
> 
> attached base packages:
> [1] stats     graphics  grDevices utils     datasets  methods   base
> 
> other attached packages:
> [1] lme4_1.0-4      Matrix_1.0-12   lattice_0.20-23
> 
> loaded via a namespace (and not attached):
> [1] grid_3.0.0    MASS_7.3-28   minqa_1.2.1   nlme_3.1-111  splines_3.0.0
> [6] tools_3.0.0
> 
> Cheers,
> 
> Josh
> 

  I'd like to say we could provide a 3.0.0-compatible version
from R-forge, but it gets a bit tricky because there's no obvious
way to distinguish among patch releases within an R repository
structure (i.e. we can easily provide different versions for
2.15 vs 3.0, but not for 3.0.0 vs 3.0.1) ... I hate to join the
"why don't you just upgrade?" crowd, but it does feel like updating
from 3.0.0 to 3.0.1 would be fairly painless (?).

  I'm open to other suggestions.

 Ben Bolker



More information about the R-sig-mixed-models mailing list