Re: [R] changes in the structure of mer objects?

2007-01-15 Thread Martin Maechler
Hi Joris, I suspect you somehow load an older version lme4 or Matrix than you think you are loading. Or then you have an lmer() function or a class definition {from a saved workspace } in your work space. example(lmer) *must* run correctly for the 'lme4' package to get onto CRAN at all,

Re: [R] changes in the structure of mer objects?

2007-01-15 Thread joris . dewolf
Thanks Martin, R --vanilla did the trick. By the way, is there a way to check which version of a lme4 or Matrix I am using in a certain instance of R? We are running multiple versions of R on the same server until we are sure all our operational code is behaving well under a new version of R or

Re: [R] changes in the structure of mer objects?

2007-01-15 Thread Martin Maechler
Maechler Cc: [EMAIL PROTECTED]; r-help@stat.math.ethz.ch; [EMAIL PROTECTED] Subject: Re: [R] changes in the structure of mer objects? Thanks Martin, R --vanilla did the trick. By the way, is there a way to check which version of a lme4 or Matrix I am

Re: [R] changes in the structure of mer objects?

2007-01-15 Thread Doran, Harold
] changes in the structure of mer objects? Thanks Martin, R --vanilla did the trick. By the way, is there a way to check which version of a lme4 or Matrix I am using in a certain instance of R? We are running multiple versions of R on the same server until we are sure all our

[R] changes in the structure of mer objects?

2007-01-14 Thread joris . dewolf
Dear all, I try to run the example of lmer and get the following error message. library(lme4) example(lmer) lmer (fm1 - lmer(Reaction ~ Days + (Days | Subject), sleepstudy)) [[1]] Error in get(x, envir, mode, inherits) : variable as.dpoMatrix was not found This error message is similar to