Re: [Rd] Build error on Mac OS X

2005-12-21 Thread Simon Urbanek
Hervé, On Dec 21, 2005, at 6:12 PM, Herve Pages wrote: > I don't get that problem with R-devel daily snapshots from before > 2005-12-14 > and I get it with (almost) all snaphots between 2005-12-14 and today. Strange - I have only failure on 2005/12/17 - all others built fine (same system: 7.

Re: [Rd] random output with sub(fixed = TRUE)

2005-12-21 Thread Duncan Murdoch
On 12/21/2005 5:13 PM, Roger D. Peng wrote: > Well, who am I to break this long-standing ritual? :) > > Interestingly, while the printed output looks wrong, I get > > > v <- paste(0:10, "asdf", sep = ".") > > a <- sub(".asdf", "", v, fixed = TRUE) > > b <- as.character(0:10) > > identical(a,

Re: [Rd] R-bugs e-mail {was ... (Debian Bug 344248): ...}

2005-12-21 Thread hadley wickham
> PLEASE, PLEASE: > do use > [EMAIL PROTECTED] > and nothing else Perhaps http://bugs.r-project.org/cgi-bin/R should be updated then? Hadley __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

[Rd] Build error on Mac OS X

2005-12-21 Thread Herve Pages
Hi, The following commands: > tar zxvf R-devel_2005-12-14.tar.gz > mv R-devel R-2.3 > cd R-2.3 > ./configure --with-blas='-framework vecLib' --with-lapack > make give me the following error on my Mac OS X system: ... g77 -fno-common -g -O2 -c xxxpr.f -o xxxpr.o make[3]: *** No rule to m

Re: [Rd] random output with sub(fixed = TRUE)

2005-12-21 Thread Prof Brian Ripley
On Wed, 21 Dec 2005, Roger D. Peng wrote: > Well, who am I to break this long-standing ritual? :) > > Interestingly, while the printed output looks wrong, I get > > > v <- paste(0:10, "asdf", sep = ".") > > a <- sub(".asdf", "", v, fixed = TRUE) > > b <- as.character(0:10) > > identical(a, b) > [1

Re: [Rd] random output with sub(fixed = TRUE)

2005-12-21 Thread Roger D. Peng
Well, who am I to break this long-standing ritual? :) Interestingly, while the printed output looks wrong, I get > v <- paste(0:10, "asdf", sep = ".") > a <- sub(".asdf", "", v, fixed = TRUE) > b <- as.character(0:10) > identical(a, b) [1] TRUE > -roger Peter Dalgaard wrote: > "Roger D. Pe

Re: [Rd] random output with sub(fixed = TRUE)

2005-12-21 Thread Peter Dalgaard
"Roger D. Peng" <[EMAIL PROTECTED]> writes: > I've noticed what I think is curious behavior in using 'sub(fixed = TRUE)' > and > was wondering if my expectation is incorrect. Here is one example: > > v <- paste(0:10, "asdf", sep = ".") > sub(".asdf", "", v, fixed = TRUE) > > The results I get

[Rd] random output with sub(fixed = TRUE)

2005-12-21 Thread Roger D. Peng
I've noticed what I think is curious behavior in using 'sub(fixed = TRUE)' and was wondering if my expectation is incorrect. Here is one example: v <- paste(0:10, "asdf", sep = ".") sub(".asdf", "", v, fixed = TRUE) The results I get are > sub(".asdf", "", v, fixed = TRUE) [1] "0"

Re: [Rd] SVN-REVSION altered when building R-devel out of tree from last snapshot

2005-12-21 Thread Herve Pages
Martin Maechler wrote: >Herve> Today I downloaded and compiled the last R-devel snapshot. >Herve> The SVN-REVISION in the tarball contains the following: > >Herve> Revision: 36792 >Herve> Last Changed Date: 2005-12-18 > >Herve> But after compiling on Unix (I compiled out of tre

Re: [Rd] CRAN and R v2.2.1 for Windows

2005-12-21 Thread Peter Dalgaard
Henrik Bengtsson <[EMAIL PROTECTED]> writes: > Thanks for the new updates in v2.2.1. > > I just noticed a few "problems" on > http://cran.r-project.org/bin/windows/base/. > > 1) The CHANGES and NEWS files for v2.2.1 does not include info on v2.2.1 > but only details up until v2.2.0, cf. > htt

Re: [Rd] CRAN and R v2.2.1 for Windows

2005-12-21 Thread Duncan Murdoch
On 12/21/2005 10:21 AM, Henrik Bengtsson wrote: > Thanks for the new updates in v2.2.1. > > I just noticed a few "problems" on > http://cran.r-project.org/bin/windows/base/. > > 1) The CHANGES and NEWS files for v2.2.1 does not include info on v2.2.1 > but only details up until v2.2.0, cf. > h

[Rd] CRAN and R v2.2.1 for Windows

2005-12-21 Thread Henrik Bengtsson
Thanks for the new updates in v2.2.1. I just noticed a few "problems" on http://cran.r-project.org/bin/windows/base/. 1) The CHANGES and NEWS files for v2.2.1 does not include info on v2.2.1 but only details up until v2.2.0, cf. http://cran.r-project.org/src/base/NEWS 2) The patched version i

Re: [Rd] (Debian Bug 344248): R segfaults when pressi ng Delete (PR#8422)

2005-12-21 Thread Dirk Eddelbuettel
stats.ox.ac.uk> writes: > Can you confirm you are running rl5.1? Given the segfault is readline not Yes: readline 5.1, just like the bug submitter (see at the very bottom). > compatible version of a dynamic library so it seems to me the bug should > be assigned to readline not R. Looks like

[Rd] R-bugs e-mail {was ... (Debian Bug 344248): ...}

2005-12-21 Thread Martin Maechler
PLEASE, PLEASE: do use [EMAIL PROTECTED] and nothing else (It will go to Kopenhagen alright currently, but if we could ensure everyone used the above address, it would become quite a bit easier to prevent most spam to get into the R bug repository) Martin __

Re: [Rd] (Debian Bug 344248): R segfaults when pressing Delete (PR#8422)

2005-12-21 Thread ripley
On Wed, 21 Dec 2005 [EMAIL PROTECTED] wrote: > > --CE+1k2dSO48ffgeK > Content-Type: text/plain; charset=us-ascii > Content-Disposition: inline > > Resend after type in mailheader. I have the bug on my system with > yesterday's R 2.2.1. A library mismatch is still a likely cause. This seems to be

Re: [Rd] (Debian Bug 344248): R segfaults when pressing Delete (PR#8421)

2005-12-21 Thread MSchwartz
On Wed, 2005-12-21 at 15:00 +0100, [EMAIL PROTECTED] wrote: > --CE+1k2dSO48ffgeK > Content-Type: text/plain; charset=us-ascii > Content-Disposition: inline > > Resend after type in mailheader. I have the bug on my system with > yesterday's R 2.2.1. A library mismatch is still a likely cause. > >

[Rd] (Debian Bug 344248): R segfaults when pressing Delete (PR#8420)

2005-12-21 Thread edd
--CE+1k2dSO48ffgeK Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Resend after type in mailheader. I have the bug on my system with yesterday's R 2.2.1. A library mismatch is still a likely cause. Dirk -- Hell, there are no rules here - we're trying to accomplish somet

Re: [Rd] NextMethod causes R 2.2.0 to crash (PR#8416)

2005-12-21 Thread ripley
Bill, This is a 2.2.0 Windows problem, solved in 2.2.1. What happened was that someone trying to be helpful increased the evaluation nesting limit in 2.1.0, and Windows has a small C stack (2Mb) which can easily be exceeded. I now get > julian(m) Error: evaluation nested too deeply: infinite