Where to find out about fixed bugs (Re: [R] Problem with R-2.1.0: install.packages() doesn't work)

2005-04-26 Thread Prof Brian Ripley
On Sat, 23 Apr 2005, Marc Schwartz wrote: On Sat, 2005-04-23 at 16:14 +0200, Uwe Ligges wrote: Thanks for your work on this topic, Marc, but the bug has already been fixed by Brian 4 days ago (see below). Uwe r33976 | ripley | 2005-04-19 05:38:51 -0400 (Tue, 19 Apr 2005) | 1 line Changed

Re: [R] Problem with R-2.1.0: install.packages() doesn't work

2005-04-26 Thread Prof Brian Ripley
On Fri, 22 Apr 2005, Uwe Ligges wrote: Roger D. Peng wrote: What happens if you don't set the 'CRAN' option via 'options()' first and just run 'install.packages()'? Should be the same as long as no CRAN mirror has been choosen and X11 is not accessible (see my other message). The code needs to be

Re: [R] Problem with R-2.1.0: install.packages() doesn't work

2005-04-23 Thread Marc Schwartz
On Sat, 2005-04-23 at 16:14 +0200, Uwe Ligges wrote: > Thanks for your work on this topic, Marc, but the bug has already been > fixed by Brian 4 days ago (see below). > > Uwe > > > > > r33976 | ripley | 2005-04-19 05:38:51 -0400 (Tue, 19 Apr 2005) | 1 line > Changed paths: > M /tr

Re: [R] Problem with R-2.1.0: install.packages() doesn't work

2005-04-23 Thread Uwe Ligges
Thanks for your work on this topic, Marc, but the bug has already been fixed by Brian 4 days ago (see below). Uwe r33976 | ripley | 2005-04-19 05:38:51 -0400 (Tue, 19 Apr 2005) | 1 line Changed paths: M /trunk/NEWS M /trunk/src/library/utils/R/menu.R missing braces Mar

Re: [R] Problem with R-2.1.0: install.packages() doesn't work

2005-04-22 Thread Marc Schwartz
Hi all, In follow up to my message earlier, I spent some time applying the modification to the menu() function that I referenced earlier. I also recompiled a local copy of R on my FC3 system using: ./configure --without-tcltk This results in: > capabilities() jpeg pngtcltk X11

Re: [R] Problem with R-2.1.0: install.packages() doesn't work

2005-04-22 Thread Roger D. Peng
What happens if you don't set the 'CRAN' option via 'options()' first and just run 'install.packages()'? -roger Waichler, Scott R wrote: I installed R-2.1.0 from source on a Linux box running Red Hat Enterprise Linux WS release 4 but install.packages() wouldn't work (see below). When I install R

Re: [R] Problem with R-2.1.0: install.packages() doesn't work

2005-04-22 Thread Marc Schwartz
On Fri, 2005-04-22 at 18:00 -0400, Manuel Morales wrote: > On Fri, 2005-04-22 at 15:42 -0500, Marc Schwartz wrote: > > On Fri, 2005-04-22 at 15:44 -0400, Manuel Morales wrote: > > > On Fri, 2005-04-22 at 17:48 +0200, Uwe Ligges wrote: > > > > Waichler, Scott R wrote: > > > > > > > > > I installed

[R] Problem with R-2.1.0: install.packages() doesn't work

2005-04-22 Thread Waichler, Scott R
I installed R-2.1.0 from source on a Linux box running Red Hat Enterprise Linux WS release 4 but install.packages() wouldn't work (see below). When I install R-2.0.1 from RPM on the same system, everything is fine. Version 2.1.0 (2005-04-18), ISBN 3-900051-07-0 . . . > options(CRAN = "http://c

RE: [R] Problem with R-2.1.0: install.packages() doesn't work

2005-04-22 Thread Liaw, Andy
> From: Uwe Ligges > > Waichler, Scott R wrote: > > > I installed R-2.1.0 from source on a Linux box running Red Hat > > Enterprise Linux WS release 4 but install.packages() > wouldn't work (see > > below). When I install R-2.0.1 from RPM on the same > system, everything > > is fine. > > > >

Re: [R] Problem with R-2.1.0: install.packages() doesn't work

2005-04-22 Thread Manuel Morales
On Fri, 2005-04-22 at 17:48 +0200, Uwe Ligges wrote: > Waichler, Scott R wrote: > > > I installed R-2.1.0 from source on a Linux box running Red Hat > > Enterprise Linux WS release 4 but install.packages() wouldn't work (see > > below). > >>install.packages("rgenoud") > > > > --- Please select a

Re: [R] Problem with R-2.1.0: install.packages() doesn't work

2005-04-22 Thread Manuel Morales
On Fri, 2005-04-22 at 15:42 -0500, Marc Schwartz wrote: > On Fri, 2005-04-22 at 15:44 -0400, Manuel Morales wrote: > > On Fri, 2005-04-22 at 17:48 +0200, Uwe Ligges wrote: > > > Waichler, Scott R wrote: > > > > > > > I installed R-2.1.0 from source on a Linux box running Red Hat > > > > Enterprise

Re: [R] Problem with R-2.1.0: install.packages() doesn't work

2005-04-22 Thread Uwe Ligges
Roger D. Peng wrote: What happens if you don't set the 'CRAN' option via 'options()' first and just run 'install.packages()'? Should be the same as long as no CRAN mirror has been choosen and X11 is not accessible (see my other message). The code needs to be a bit more defensive here - or presen

Re: [R] Problem with R-2.1.0: install.packages() doesn't work

2005-04-22 Thread Marc Schwartz
On Fri, 2005-04-22 at 15:44 -0400, Manuel Morales wrote: > On Fri, 2005-04-22 at 17:48 +0200, Uwe Ligges wrote: > > Waichler, Scott R wrote: > > > > > I installed R-2.1.0 from source on a Linux box running Red Hat > > > Enterprise Linux WS release 4 but install.packages() wouldn't work (see > > >

Re: [R] Problem with R-2.1.0: install.packages() doesn't work

2005-04-22 Thread Peter Dalgaard
Manuel Morales <[EMAIL PROTECTED]> writes: > On Fri, 2005-04-22 at 17:48 +0200, Uwe Ligges wrote: > > Waichler, Scott R wrote: > > > > > I installed R-2.1.0 from source on a Linux box running Red Hat > > > Enterprise Linux WS release 4 but install.packages() wouldn't work (see > > > below). > >

Re: [R] Problem with R-2.1.0: install.packages() doesn't work

2005-04-22 Thread Uwe Ligges
Waichler, Scott R wrote: I installed R-2.1.0 from source on a Linux box running Red Hat Enterprise Linux WS release 4 but install.packages() wouldn't work (see below). When I install R-2.0.1 from RPM on the same system, everything is fine. Version 2.1.0 (2005-04-18), ISBN 3-900051-07-0 . . . op