Re: [R] Errors Updating Libraries (2.15) [RESOLVED]

2012-04-24 Thread Rich Shepard
On Tue, 24 Apr 2012, Duncan Murdoch wrote: So what do you mean by "same issues"? Do they all complain about reshape2, or not? Duncan, They all mention reshape2 because that's saved from the first R session today. But, they show the same errors as did reshape2 for each individual package.

Re: [R] Errors Updating Libraries (2.15)

2012-04-24 Thread Peter Langfelder
On Tue, Apr 24, 2012 at 3:05 PM, Rich Shepard wrote: > On Tue, 24 Apr 2012, Rich Shepard wrote: > >>  I'll rebuild R-2.15 and start over. Will post results after doing that. > > >  New build, new repository, same results. > >  Quite the new experience with R, but one I need to quickly put behind m

Re: [R] Errors Updating Libraries (2.15)

2012-04-24 Thread Duncan Murdoch
On 12-04-24 6:46 PM, Rich Shepard wrote: On Tue, 24 Apr 2012, Duncan Murdoch wrote: As far as I've seen, all your error messages have been about problems installing reshape2, you haven't had trouble with other packages. Same issues with ISwR, RPostgreSQL, deSolve and other packages. So

Re: [R] Errors Updating Libraries (2.15)

2012-04-24 Thread Rich Shepard
On Tue, 24 Apr 2012, Duncan Murdoch wrote: As far as I've seen, all your error messages have been about problems installing reshape2, you haven't had trouble with other packages. Same issues with ISwR, RPostgreSQL, deSolve and other packages. So you really want to look closely at reshape2.

Re: [R] Errors Updating Libraries (2.15)

2012-04-24 Thread Duncan Murdoch
On 12-04-24 6:05 PM, Rich Shepard wrote: On Tue, 24 Apr 2012, Rich Shepard wrote: I'll rebuild R-2.15 and start over. Will post results after doing that. New build, new repository, same results. Quite the new experience with R, but one I need to quickly put behind me. Can some

Re: [R] Errors Updating Libraries (2.15)

2012-04-24 Thread Rich Shepard
On Tue, 24 Apr 2012, Rich Shepard wrote: I'll rebuild R-2.15 and start over. Will post results after doing that. New build, new repository, same results. Quite the new experience with R, but one I need to quickly put behind me. Can someone suggest a test procedure to isolate the reaso

Re: [R] Errors Updating Libraries (2.15)

2012-04-24 Thread R. Michael Weylandt
Perhaps change mirror as well. Michael On Apr 24, 2012, at 4:29 PM, Rich Shepard wrote: > On Tue, 24 Apr 2012, R. Michael Weylandt wrote: > >> system.time(install.packages(c("plyr","reshape2","stringr"), type = >> "source")) > > Strange. Same results: > > Error in library(reshape2) : ther

Re: [R] Errors Updating Libraries (2.15)

2012-04-24 Thread Rich Shepard
On Tue, 24 Apr 2012, R. Michael Weylandt wrote: system.time(install.packages(c("plyr","reshape2","stringr"), type = "source")) Strange. Same results: Error in library(reshape2) : there is no package called ‘reshape2’ Execution halted Error in library(reshape2) : there is no package called ‘

Re: [R] Errors Updating Libraries (2.15)

2012-04-24 Thread Rich Shepard
On Tue, 24 Apr 2012, R. Michael Weylandt wrote: For the ones you named, you should be able to install them from source pretty easily: system.time(install.packages(c("plyr","reshape2","stringr"), type = "source")) Michael, Thanks. Since I have all the GNU build tools installed, and build mo

Re: [R] Errors Updating Libraries (2.15)

2012-04-24 Thread R. Michael Weylandt
For the ones you named, you should be able to install them from source pretty easily: system.time(install.packages(c("plyr","reshape2","stringr"), type = "source")) takes me about 20 seconds. plyr does have some compiled code though so you might need tools. The other two are all interpreted code

Re: [R] Errors Updating Libraries (2.15)

2012-04-24 Thread Rich Shepard
On Tue, 24 Apr 2012, Rich Shepard wrote: Actually, it's because OSU's Open Source Lab CRAN repository has almost no packages for 2.15. I'm now searching for a repository that has what I need. This is apparently not the case because there are no more listings in the 14.x directories than in

Re: [R] Errors Updating Libraries (2.15)

2012-04-24 Thread Rich Shepard
On Tue, 24 Apr 2012, Jeff Newmiller wrote: Perhaps you are not seeing the contact info for the package maintainer? Actually, it's because OSU's Open Source Lab CRAN repository has almost no packages for 2.15. I'm now searching for a repository that has what I need. Regards, Rich _

Re: [R] Errors Updating Libraries (2.15)

2012-04-24 Thread Rich Shepard
On Tue, 24 Apr 2012, Jeff Newmiller wrote: Perhaps you are not seeing the contact info for the package maintainer? Jeff, How does this affect downloading and building packages for the most curent version of R? I get the same errors when trying to install other packages in the ../2.15/ su

Re: [R] Errors Updating Libraries (2.15)

2012-04-24 Thread Jeff Newmiller
Perhaps you are not seeing the contact info for the package maintainer? ?maintainer --- Jeff NewmillerThe . . Go Live... DCN:Basics: ##.#. ##.#. Live Go...

[R] Errors Updating Libraries (2.15)

2012-04-24 Thread Rich Shepard
I just upgraded from 2.14 to 2.15 and have run into an issue upgrading libraries that I've not had in previous version upgrades. For example, trying to install reshape2 for 2.15 throws errors and I don't see what to change to over come the problem: install.packages("reshape2") Installing pack