Re: [Rd] Unexpected source() behavior in R-devel

2006-09-04 Thread Seth Falcon
"Henrik Bengtsson" <[EMAIL PROTECTED]> writes: > Yes, there's been some problems with the Bioconductor server the last > few days, e.g. http://bioconductor.org/biocLite.R is not working > either. It was down on Monday night too and then it was not possible > to install any packages from them. I t

Re: [Rd] Unexpected source() behavior in R-devel

2006-09-04 Thread Peter Dalgaard
Sean Davis <[EMAIL PROTECTED]> writes: > > > > Did you see the segfault with a recent R or an older one? If more > > recent, then it might be worth trying to reproduce and tracking down > > the bug. > > > Seth, > > Peter was the person who reported the segmentation fault, not I. I > didn't expe

Re: [Rd] Unexpected source() behavior in R-devel

2006-09-04 Thread Sean Davis
Seth Falcon wrote: > Sean Davis <[EMAIL PROTECTED]> writes: > >> Seth Falcon wrote: >> >>> Peter Dalgaard <[EMAIL PROTECTED]> writes: >>> >>> >>> "Henrik Bengtsson" <[EMAIL PROTECTED]> writes: > This has been reported before on r-devel, e.g. M

Re: [Rd] Unexpected source() behavior in R-devel

2006-09-04 Thread Seth Falcon
Sean Davis <[EMAIL PROTECTED]> writes: > Seth Falcon wrote: >> Peter Dalgaard <[EMAIL PROTECTED]> writes: >> >> >>> "Henrik Bengtsson" <[EMAIL PROTECTED]> writes: >>> >>> This has been reported before on r-devel, e.g. May 9, 2006 "[Rd] Seg fault when installing package from bad re

Re: [Rd] Unexpected source() behavior in R-devel

2006-09-03 Thread Henrik Bengtsson
On 9/4/06, Sean Davis <[EMAIL PROTECTED]> wrote: > Seth Falcon wrote: > > Peter Dalgaard <[EMAIL PROTECTED]> writes: > > > > > >> "Henrik Bengtsson" <[EMAIL PROTECTED]> writes: > >> > >> > >>> This has been reported before on r-devel, e.g. May 9, 2006 "[Rd] Seg > >>> fault when installing package f

Re: [Rd] Unexpected source() behavior in R-devel

2006-09-03 Thread Sean Davis
Seth Falcon wrote: > Peter Dalgaard <[EMAIL PROTECTED]> writes: > > >> "Henrik Bengtsson" <[EMAIL PROTECTED]> writes: >> >> >>> This has been reported before on r-devel, e.g. May 9, 2006 "[Rd] Seg >>> fault when installing package from bad repository". >>> >>> It's happening on Mac OSX when

Re: [Rd] Unexpected source() behavior in R-devel

2006-09-03 Thread Seth Falcon
Peter Dalgaard <[EMAIL PROTECTED]> writes: > "Henrik Bengtsson" <[EMAIL PROTECTED]> writes: > >> This has been reported before on r-devel, e.g. May 9, 2006 "[Rd] Seg >> fault when installing package from bad repository". >> >> It's happening on Mac OSX when trying to download non-existing >> webp

Re: [Rd] Unexpected source() behavior in R-devel

2006-09-03 Thread Sean Davis
Peter Dalgaard wrote: > Sean Davis <[EMAIL PROTECTED]> writes: > > >> Why am I seeing the following in R-devel (sept 2, 2006 build) on opensuse >> 10.1? I'm sure it is something simple I am missing, but I just don't see it >> (output below). >> >> Thanks, >> Sean >> >> >> >>> readLines

Re: [Rd] Unexpected source() behavior in R-devel

2006-09-03 Thread Peter Dalgaard
"Henrik Bengtsson" <[EMAIL PROTECTED]> writes: > This has been reported before on r-devel, e.g. May 9, 2006 "[Rd] Seg > fault when installing package from bad repository". > > It's happening on Mac OSX when trying to download non-existing > webpages (HTTP status 404). That's all I know (not using

Re: [Rd] Unexpected source() behavior in R-devel

2006-09-03 Thread Henrik Bengtsson
This has been reported before on r-devel, e.g. May 9, 2006 "[Rd] Seg fault when installing package from bad repository". It's happening on Mac OSX when trying to download non-existing webpages (HTTP status 404). That's all I know (not using OSX myself). /Henrik On 03 Sep 2006 23:06:01 +0200, Pet

Re: [Rd] Unexpected source() behavior in R-devel

2006-09-03 Thread Peter Dalgaard
Sean Davis <[EMAIL PROTECTED]> writes: > Why am I seeing the following in R-devel (sept 2, 2006 build) on opensuse > 10.1? I'm sure it is something simple I am missing, but I just don't see it > (output below). > > Thanks, > Sean > > > > readLines(url("http://www.bioconductor.org/biocLite.

[Rd] Unexpected source() behavior in R-devel

2006-09-03 Thread Sean Davis
Why am I seeing the following in R-devel (sept 2, 2006 build) on opensuse 10.1? I'm sure it is something simple I am missing, but I just don't see it (output below). Thanks, Sean > readLines(url("http://www.bioconductor.org/biocLite.R";)) [1] "source(\"http://bioconductor.org/getBioC.R\";)"