Skip to content
Prev 10743 / 20628 Next

lme4 1.0-4 now on CRAN

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)

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

  Natural language support but running in an English locale

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.
trying URL 'http://cran.r-project.org/bin/windows/contrib/3.0/lme4_1.0-4.zip'
Content type 'application/zip' length 3330230 bytes (3.2 Mb)
opened URL
downloaded 3.2 Mb

package 'lme4' successfully unpacked and MD5 sums checked

The downloaded binary packages are in
        C:\Users\Joshua Wiley\AppData\Local\Temp\RtmpeMh1CD\downloaded_packages
Loading required package: lme4
Loading required package: lattice
Loading required package: Matrix
Warning messages:
1: package 'lme4' was built under R version 3.0.1
2: package 'lattice' was built under R version 3.0.1
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()
R version 3.0.0 (2013-04-03)
Platform: x86_64-w64-mingw32/x64 (64-bit)

locale:
[1] LC_COLLATE=English_United States.1252
[2] LC_CTYPE=English_United States.1252
[3] LC_MONETARY=English_United States.1252
[4] LC_NUMERIC=C
[5] LC_TIME=English_United States.1252

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
On Mon, Sep 23, 2013 at 5:33 AM, Ben Bolker <bbolker at gmail.com> wrote: