Re: [R] CRAN versions of lme4/Matrix don't appear to work with R 2.1.1

2006-01-13 Thread White, Charles E WRAIR-Wash DC
After downloading from the WA mirror, the lme4 related packages appear
to run fine . Thanks for everyone's help.

Chuck

__
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html


Re: [R] CRAN versions of lme4/Matrix don't appear to work with R 2.1.1

2006-01-13 Thread Dirk Eddelbuettel

On 12 January 2006 at 17:42, White, Charles E WRAIR-Wash DC wrote:
| 1) It was the Statlib mirror from which I was downloading. If I don't get any 
more interesting messages before I return to work in the morning, I'll try 
installing off of a different mirror.

IIRC we had repeated 'bug reports' from users of Statlib. That mirror seems
to not value internal consistency too highly. Maybe it is aiming to become a
'randomized mirror' ?  Just kidding...

Dirk

-- 
Hell, there are no rules here - we're trying to accomplish something. 
  -- Thomas A. Edison

__
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html


Re: [R] CRAN versions of lme4/Matrix don't appear to work with R 2.1.1

2006-01-13 Thread Spencer Graves
  Are you familiar with sessionInfo(), e.g.:

  sessionInfo()
R version 2.2.1, 2005-12-20, i386-pc-mingw32

attached base packages:
[1] methods   stats graphics  grDevices utils datasets
[7] base

other attached packages:
  lme4   latticeMatrix
  0.98-1 0.12-11  0.99-6

  This can almost eliminate the possibilities for typographical errors 
in specifying the version name.  The posting guide 
(www.R-project.org/posting-guide.html) also asks posters to mention 
mention the platform (Windows2000, Linux, MacOS X).

  Best Wishes,
  spencer graves

White, Charles E WRAIR-Wash DC wrote:
 After downloading from the WA mirror, the lme4 related packages appear
 to run fine . Thanks for everyone's help.
 
 Chuck
 
 __
 R-help@stat.math.ethz.ch mailing list
 https://stat.ethz.ch/mailman/listinfo/r-help
 PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

__
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html


[R] CRAN versions of lme4/Matrix don't appear to work with R 2.1.1

2006-01-12 Thread White, Charles E WRAIR-Wash DC
I am currently using R 2.1.1 under Windows and I do not seem to be able
to load the current versions of lme4/Matrix. I have run
'update.packages.' I understand this is still experimental software but
I would like access to a working version.

Thanks.

Chuck

R Output:

 library(lme4)
Loading required package: Matrix
Error in lazyLoadDBfetch(key, datafile, compressed, envhook) : 
ReadItem: unknown type 241
In addition: Warning messages:
1: package 'lme4' was built under R version 2.3.0 
2: package 'Matrix' was built under R version 2.3.0 
Error: package 'Matrix' could not be loaded


__
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html


Re: [R] CRAN versions of lme4/Matrix don't appear to work with R 2.1.1

2006-01-12 Thread Spencer Graves
  Did you try upgrading to R 2.2.1?  I just installed R 2.2.1 with the 
latest version of lme4 and Matrix, and they loaded fine for me.
  library(lme4)
Loading required package: Matrix
Loading required package: lattice
  sessionInfo()
R version 2.2.1, 2005-12-20, i386-pc-mingw32

attached base packages:
[1] methods   stats graphics  grDevices utils datasets
[7] base

other attached packages:
  lme4   latticeMatrix
  0.98-1 0.12-11  0.99-6

  Running Windows XP.  (This may be obvious from 'i386-pc-mingw23', but 
I'm no sufficiently aware to know.)

  Doug Bates has worked very hard to create this, and I for one would 
not want to ask him to take the time to make it backward compatible for 
those who for whatever reason haven't yet upgraded to R 2.2.1, 
especially since for most of us it is fairly easy to upgrade.

  Spencer Graves

White, Charles E WRAIR-Wash DC wrote:
 I am currently using R 2.1.1 under Windows and I do not seem to be able
 to load the current versions of lme4/Matrix. I have run
 'update.packages.' I understand this is still experimental software but
 I would like access to a working version.
 
 Thanks.
 
 Chuck
 
 R Output:
 
 
library(lme4)
 
 Loading required package: Matrix
 Error in lazyLoadDBfetch(key, datafile, compressed, envhook) : 
 ReadItem: unknown type 241
 In addition: Warning messages:
 1: package 'lme4' was built under R version 2.3.0 
 2: package 'Matrix' was built under R version 2.3.0 
 Error: package 'Matrix' could not be loaded
 
 
 __
 R-help@stat.math.ethz.ch mailing list
 https://stat.ethz.ch/mailman/listinfo/r-help
 PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

__
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html


Re: [R] CRAN versions of lme4/Matrix don't appear to work with R 2.1.1

2006-01-12 Thread White, Charles E WRAIR-Wash DC
I blew away my existing R directory structure, reinstalled R 2.2.1 from
scratch, downloaded lme4 and associated packages from scratch, tried to
load lme4 and got the same error message. Again, I am using the Windows
version of R on XP.

Chuck

R : Copyright 2005, The R Foundation for Statistical Computing
Version 2.2.1  (2005-12-20 r36812)
ISBN 3-900051-07-0

 library(lme4)
Loading required package: Matrix
Error in lazyLoadDBfetch(key, datafile, compressed, envhook) : 
ReadItem: unknown type 241
In addition: Warning messages:
1: package 'lme4' was built under R version 2.3.0 
2: package 'Matrix' was built under R version 2.3.0 
Error: package 'Matrix' could not be loaded


__
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html


Re: [R] CRAN versions of lme4/Matrix don't appear to work with R 2.1.1

2006-01-12 Thread Peter Dalgaard
White, Charles E WRAIR-Wash DC [EMAIL PROTECTED] writes:

 I blew away my existing R directory structure, reinstalled R 2.2.1 from
 scratch, downloaded lme4 and associated packages from scratch, tried to
 load lme4 and got the same error message. Again, I am using the Windows
 version of R on XP.

Which CRAN mirror? The Statlib one has been acting up lately.


-- 
   O__   Peter Dalgaard Ă˜ster Farimagsgade 5, Entr.B
  c/ /'_ --- Dept. of Biostatistics PO Box 2099, 1014 Cph. K
 (*) \(*) -- University of Copenhagen   Denmark  Ph:  (+45) 35327918
~~ - ([EMAIL PROTECTED])  FAX: (+45) 35327907

__
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html


Re: [R] CRAN versions of lme4/Matrix don't appear to work with R 2.1.1

2006-01-12 Thread Spencer Graves
  It worked fine for me using
http://cran.fhcrc.org/  Fred Hutchinson Cancer Research Center, Seattle, 
WA

  spencer graves

Peter Dalgaard wrote:

 White, Charles E WRAIR-Wash DC [EMAIL PROTECTED] writes:
 
 
I blew away my existing R directory structure, reinstalled R 2.2.1 from
scratch, downloaded lme4 and associated packages from scratch, tried to
load lme4 and got the same error message. Again, I am using the Windows
version of R on XP.
 
 
 Which CRAN mirror? The Statlib one has been acting up lately.
 


__
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html


Re: [R] CRAN versions of lme4/Matrix don't appear to work with R 2.1.1

2006-01-12 Thread White, Charles E WRAIR-Wash DC

I made a typographical error, since I am running R 2.2.1. I wouldn't
dream of asking Professor Bates to make things backwards compatible to
an old version. Since the packages are loading fine for you, I will
assume there was a download error with the packages I have, uninstall
them, and try again.

Chuck

-Original Message-
From: Spencer Graves [mailto:[EMAIL PROTECTED] 
Sent: Thursday, January 12, 2006 4:08 PM
To: White, Charles E WRAIR-Wash DC
Cc: r-help@stat.math.ethz.ch; Douglas Bates
Subject: Re: [R] CRAN versions of lme4/Matrix don't appear to work with
R 2.1.1

  Did you try upgrading to R 2.2.1?  I just installed R 2.2.1
with the 
latest version of lme4 and Matrix, and they loaded fine for me.


  Doug Bates has worked very hard to create this, and I for one
would 
not want to ask him to take the time to make it backward compatible for 
those who for whatever reason haven't yet upgraded to R 2.2.1, 
especially since for most of us it is fairly easy to upgrade.

  Spencer Graves

__
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html


Re: [R] CRAN versions of lme4/Matrix don't appear to work with R 2.1.1

2006-01-12 Thread White, Charles E WRAIR-Wash DC
1) It was the Statlib mirror from which I was downloading. If I don't get any 
more interesting messages before I return to work in the morning, I'll try 
installing off of a different mirror.

2) On general principles, I just updated the lme4 related packages on the SuSE 
10 machine that I run at home (NC mirror). That worked fine.

Chuck

-Original Message-
From: [EMAIL PROTECTED] on behalf of Peter Dalgaard
Sent: Thu 1/12/2006 4:56 PM

Which CRAN mirror? The Statlib one has been acting up lately.


__
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html


Re: [R] CRAN versions of lme4/Matrix don't appear to work with R 2.1.1

2006-01-12 Thread Mark Andersen
Hi, all, 

This is interesting, since the problem I posted on a week ago was resolved
by downloading (the current versions of) R and ctv from the Austria site;
the UCLA site, from which I had downloaded before, had an old version of R
labeled as the current version, and it was not compatible with the version
of ctv that they had.

Moral of story: It's not just the Statlib site that is (or at least can be)
unreliable.

Is it common knowledge that there are other mirrors which do not provide a
very good reflection?

Regards,
Mark A.

Dr. Mark C. Andersen
Associate Professor
Department of Fishery and Wildlife Sciences
New Mexico State University
Las Cruces NM 88003-0003
phone: 505-646-8034
fax: 505-646-1281

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of White, Charles E
WRAIR-Wash DC
Sent: Thursday, January 12, 2006 3:43 PM
To: Peter Dalgaard
Cc: Douglas Bates; r-help@stat.math.ethz.ch; Spencer Graves
Subject: Re: [R] CRAN versions of lme4/Matrix don't appear to work with R
2.1.1

1) It was the Statlib mirror from which I was downloading. If I don't get
any more interesting messages before I return to work in the morning, I'll
try installing off of a different mirror.

2) On general principles, I just updated the lme4 related packages on the
SuSE 10 machine that I run at home (NC mirror). That worked fine.

Chuck

-Original Message-
From: [EMAIL PROTECTED] on behalf of Peter Dalgaard
Sent: Thu 1/12/2006 4:56 PM

Which CRAN mirror? The Statlib one has been acting up lately.


__
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide!
http://www.R-project.org/posting-guide.html

__
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html


Re: [R] CRAN versions of lme4/Matrix don't appear to work with R 2.1.1

2006-01-12 Thread Spencer Graves
  I don't know, but I had a similar problem a few weeks ago with the 
one or both of the California sites (I don't remember which now).  The 
problems disappeared after I switched to http://cran.fhcrc.org/; (Fred 
Hutchinson Cancer Research Center, Seattle, WA).

  spencer graves

Mark Andersen wrote:

 Hi, all, 
 
 This is interesting, since the problem I posted on a week ago was resolved
 by downloading (the current versions of) R and ctv from the Austria site;
 the UCLA site, from which I had downloaded before, had an old version of R
 labeled as the current version, and it was not compatible with the version
 of ctv that they had.
 
 Moral of story: It's not just the Statlib site that is (or at least can be)
 unreliable.
 
 Is it common knowledge that there are other mirrors which do not provide a
 very good reflection?
 
 Regards,
 Mark A.
 
 Dr. Mark C. Andersen
 Associate Professor
 Department of Fishery and Wildlife Sciences
 New Mexico State University
 Las Cruces NM 88003-0003
 phone: 505-646-8034
 fax: 505-646-1281
 
 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of White, Charles E
 WRAIR-Wash DC
 Sent: Thursday, January 12, 2006 3:43 PM
 To: Peter Dalgaard
 Cc: Douglas Bates; r-help@stat.math.ethz.ch; Spencer Graves
 Subject: Re: [R] CRAN versions of lme4/Matrix don't appear to work with R
 2.1.1
 
 1) It was the Statlib mirror from which I was downloading. If I don't get
 any more interesting messages before I return to work in the morning, I'll
 try installing off of a different mirror.
 
 2) On general principles, I just updated the lme4 related packages on the
 SuSE 10 machine that I run at home (NC mirror). That worked fine.
 
 Chuck
 
 -Original Message-
 From: [EMAIL PROTECTED] on behalf of Peter Dalgaard
 Sent: Thu 1/12/2006 4:56 PM
 
 Which CRAN mirror? The Statlib one has been acting up lately.
 
 
 __
 R-help@stat.math.ethz.ch mailing list
 https://stat.ethz.ch/mailman/listinfo/r-help
 PLEASE do read the posting guide!
 http://www.R-project.org/posting-guide.html
 
 __
 R-help@stat.math.ethz.ch mailing list
 https://stat.ethz.ch/mailman/listinfo/r-help
 PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

__
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html