Re: [R-SIG-Mac] lme4 fails to load in R GUI 2.8.0

2008-12-17 Thread Martin Maechler
Yes, this new lme4 package should solve your problem. However, you could have removed lme4 and re-installed it even with the previous version (as Prof. Ripley suggested I think). Martin On Tue, Dec 16, 2008 at 22:30, Christopher Desjardins wrote: > It looks like there is a new lme4 package (-28

Re: [R-SIG-Mac] lme4 fails to load in R GUI 2.8.0

2008-12-16 Thread Prof Brian Ripley
Unfortunately it looks like the automated build of -28 failed, since other updates of the same time period are now on CRAN. I noticed that -27 failed on the CRAN daily check page http://www.r-project.org/nosvn/R.check/r-release-macosx-ix86/lme4-00check.html and I am seeing the same error with

Re: [R-SIG-Mac] lme4 fails to load in R GUI 2.8.0

2008-12-16 Thread Christopher Desjardins
It looks like there is a new lme4 package (-28) that was released on the 13th. When this gets built I'd be happy to test it on R 2.8.0 as the current version is at -27. Thanks! Chris On Sat, Dec 13, 2008 at 10:09 AM, Prof Brian Ripley wrote: > On Sat, 13 Dec 2008, Christopher David Desjardins w

Re: [R-SIG-Mac] lme4 fails to load in R GUI 2.8.0

2008-12-13 Thread Prof Brian Ripley
On Sat, 13 Dec 2008, Christopher David Desjardins wrote: It was suggested to update my lme4 package to the lastest version at CRAN. After installing it I get the following error: library(lme4) Error in dyn.load(file, DLLpath = DLLpath, ...) : function 'cholmod_start' not provided by package

Re: [R-SIG-Mac] lme4 fails to load in R GUI 2.8.0

2008-12-13 Thread Christopher David Desjardins
It was suggested to update my lme4 package to the lastest version at CRAN. After installing it I get the following error: > library(lme4) Error in dyn.load(file, DLLpath = DLLpath, ...) : function 'cholmod_start' not provided by package 'Matrix' Error: package/namespace load failed for 'lme4'

Re: [R-SIG-Mac] lme4 fails to load in R GUI 2.8.0

2008-11-19 Thread Christopher David Desjardins
R in Terminal, R in Aquamacs, and R in R.app GUI all point to the same location as specified by .libPaths() that is > .libPaths() [1] "/Library/Frameworks/R.framework/Resources/library" They all give this location when I run .libPaths() I am sure I'm missing something, I appreciate your help!

Re: [R-SIG-Mac] lme4 fails to load in R GUI 2.8.0

2008-11-19 Thread Simon Urbanek
On Nov 19, 2008, at 15:07 , Christopher David Desjardins wrote: Thanks. What I am still a bit confused about is why it loads in Aquamacs and from Terminal but not from R.app GUI. This still seems like a bit of a mystery to me. Because you have set different library paths in each. Che

Re: [R-SIG-Mac] lme4 fails to load in R GUI 2.8.0

2008-11-19 Thread Ken Beath
On 20/11/2008, at 1:34 AM, Simon Urbanek wrote: On Nov 18, 2008, at 22:30 , Christopher David Desjardins wrote: Am I correct in thinking then that's it this old version of lme4 that I have installed? This version is from 14 October 2007 but I need this specific version for a course I'm ta

Re: [R-SIG-Mac] lme4 fails to load in R GUI 2.8.0

2008-11-19 Thread Christopher David Desjardins
Thanks. What I am still a bit confused about is why it loads in Aquamacs and from Terminal but not from R.app GUI. This still seems like a bit of a mystery to me. Chris On Nov 19, 2008, at 8:34 AM, Simon Urbanek wrote: On Nov 18, 2008, at 22:30 , Christopher David Desjardins wrote: Am

Re: [R-SIG-Mac] lme4 fails to load in R GUI 2.8.0

2008-11-19 Thread Simon Urbanek
On Nov 18, 2008, at 22:30 , Christopher David Desjardins wrote: Am I correct in thinking then that's it this old version of lme4 that I have installed? This version is from 14 October 2007 but I need this specific version for a course I'm taking. Yes, it appears so. You cannot use such an

Re: [R-SIG-Mac] lme4 fails to load in R GUI 2.8.0

2008-11-18 Thread Christopher David Desjardins
Am I correct in thinking then that's it this old version of lme4 that I have installed? This version is from 14 October 2007 but I need this specific version for a course I'm taking. Thanks, Chrins On Nov 18, 2008, at 8:23 PM, Simon Urbanek wrote: You are picking up a very ancient binary f

Re: [R-SIG-Mac] lme4 fails to load in R GUI 2.8.0

2008-11-18 Thread Steven McKinney
minor typo, check .libPaths() -Original Message- From: [EMAIL PROTECTED] on behalf of Simon Urbanek Sent: Tue 11/18/2008 6:23 PM To: Christopher David Desjardins Cc: r-sig-mac@stat.math.ethz.ch Subject: Re: [R-SIG-Mac] lme4 fails to load in R GUI 2.8.0 You are picking up a very ancient

Re: [R-SIG-Mac] lme4 fails to load in R GUI 2.8.0

2008-11-18 Thread Simon Urbanek
You are picking up a very ancient binary for R 2.5.0 (as you can see from the error). Check your .libPath() for old package binaries and remove/reinstall them. Cheers, S On Nov 18, 2008, at 8:37 PM, Christopher David Desjardins wrote: When I try to load lme4 on R (2.8.0) in the R GUI for Ma

[R-SIG-Mac] lme4 fails to load in R GUI 2.8.0

2008-11-18 Thread Christopher David Desjardins
When I try to load lme4 on R (2.8.0) in the R GUI for Mac OS X, I get the following warnings and errors ... > library(lme4) Loading required package: Matrix Loading required package: lattice Attaching package: 'Matrix' The following object(s) are masked from package:stats :