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

Joshua Wiley jwiley.psych at gmail.com
Mon Sep 23 14:44:06 CEST 2013


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.

> install.packages("lme4", repos = "http://cran.r-project.org")
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
> require(lme4)
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
> example(lmer)

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)

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:
> Hufthammer, Karl Ove <karl.ove.hufthammer at ...> writes:
>
>> > Release notes are most easily accessible at
>> > https://github.com/lme4/lme4/blob/master/misc/notes/release_notes.md
>>
>> The release notes states that '[t]he binary versions from
>> the r-forge repository (at least the Windows
>> version) will (apparently) not work on R version 3.0.0'.
>> Is this also true of the binary versions from CRAN?
>>
>
>   Don't know.  Do you have a copy of 3.0.0 loaded on Windows to test on?
> (We don't ...)
>
>   Ben Bolker
>
> _______________________________________________
> R-sig-mixed-models at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-sig-mixed-models



-- 
Joshua Wiley
Ph.D. Student, Health Psychology
University of California, Los Angeles
http://joshuawiley.com/
Senior Analyst - Elkhart Group Ltd.
http://elkhartgroup.com



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