Re: [Rd] S4 classes and C

2006-05-19 Thread Martin Maechler
Seth == Seth Falcon [EMAIL PROTECTED] on Thu, 18 May 2006 12:22:36 -0700 writes: Seth Ross Boylan [EMAIL PROTECTED] writes: Is there any good source of information on how S4 classes (and methods) work from C? Hmm, yes; there's nothing in the Writing R Extensions manual, and

Re: [Rd] Non-ASCII chars in R code

2006-05-19 Thread Prof Brian Ripley
A little more digging revealed a Unix/Windows discrepancy here. On Unix, saving images and preparing for lazyloading/lazydata is done with LC_ALL=C: on Windows with LC_COLLATE=C. I will change Windows to match. Unfortunately how the C locale is implemented is OS-dependent. Strictly it should

[Rd] ?attr: wrong parameter name (PR#8880)

2006-05-19 Thread prechelt
Full_Name: Lutz Prechelt Version: 2.2.1 OS: WinXP Submission from: (NULL) (130.133.8.114) ?attr declares base:attr as attr(x, which) attr(x, which) - value The following text under Value, however, says: The first form first looks for an exact match to 'code' amongst the

[Rd] delayedAssign and interrupts

2006-05-19 Thread Roger D. Peng
I noticed something recently that I thought was odd: delayedAssign(x, { Sys.sleep(5); 1 }) x ## Hit Ctrl-C within the first second or 2 gives me: delayedAssign(x, { Sys.sleep(5); 1 }) x ## Hit Ctrl-C within the first second or two x Error: recursive default argument reference My

Re: [Rd] delayedAssign and interrupts

2006-05-19 Thread Duncan Murdoch
On 5/19/2006 9:54 AM, Roger D. Peng wrote: I noticed something recently that I thought was odd: delayedAssign(x, { Sys.sleep(5); 1 }) x ## Hit Ctrl-C within the first second or 2 gives me: delayedAssign(x, { Sys.sleep(5); 1 }) x ## Hit Ctrl-C within the first second or two x

Re: [Rd] helping out

2006-05-19 Thread Prof Brian Ripley
On Thu, 18 May 2006, Thomas Lumley wrote: On Thu, 18 May 2006, Kevin B. Hendricks wrote: I found this mailing list by accident looking for something to tell me about the NULL environment issue that hit me when I moved from version 2.2.1 to version 2.3.0. If there is a developers page that

Re: [Rd] delayedAssign and interrupts

2006-05-19 Thread Luke Tierney
On Fri, 19 May 2006, Duncan Murdoch wrote: On 5/19/2006 9:54 AM, Roger D. Peng wrote: I noticed something recently that I thought was odd: delayedAssign(x, { Sys.sleep(5); 1 }) x ## Hit Ctrl-C within the first second or 2 gives me: delayedAssign(x, { Sys.sleep(5); 1 }) x ## Hit

Re: [Rd] delayedAssign and interrupts

2006-05-19 Thread Duncan Murdoch
On 5/19/2006 9:54 AM, Roger D. Peng wrote: I noticed something recently that I thought was odd: delayedAssign(x, { Sys.sleep(5); 1 }) x ## Hit Ctrl-C within the first second or 2 gives me: delayedAssign(x, { Sys.sleep(5); 1 }) x ## Hit Ctrl-C within the first second or two x

Re: [Rd] delayedAssign and interrupts

2006-05-19 Thread Duncan Murdoch
On 5/19/2006 10:37 AM, Luke Tierney wrote: On Fri, 19 May 2006, Duncan Murdoch wrote: On 5/19/2006 9:54 AM, Roger D. Peng wrote: I noticed something recently that I thought was odd: delayedAssign(x, { Sys.sleep(5); 1 }) x ## Hit Ctrl-C within the first second or 2 gives me:

Re: [Rd] delayedAssign and interrupts

2006-05-19 Thread Roger D. Peng
Luke Tierney wrote: On Fri, 19 May 2006, Duncan Murdoch wrote: On 5/19/2006 9:54 AM, Roger D. Peng wrote: I noticed something recently that I thought was odd: delayedAssign(x, { Sys.sleep(5); 1 }) x ## Hit Ctrl-C within the first second or 2 gives me: delayedAssign(x, {

[Rd] UseMethod infelicity

2006-05-19 Thread Prof Brian Ripley
If I do example(lm) ... mycoef - function(object, ...) UseMethod(coef, object) mycoef(lm.D9) Error in mycoef(lm.D9) : no applicable method for coef which is pretty surprising, as coef has a default method. After a bit of digging, this comes from do_usemethod having defenv =

Re: [Rd] helping out

2006-05-19 Thread Peter Dalgaard
Prof Brian Ripley [EMAIL PROTECTED] writes: R-bugs tends to mangle attachments (or perhaps not unmangle what a mailer has done to them), inline patches get mangled (wrapped, tabs expanded) and attachments get stripped (even though some are allowed). This happens in the remailing step. It

Re: [Rd] helping out

2006-05-19 Thread Kevin B. Hendricks
Hi, I have built my own tuned atlas libs enabling multiple processors and pthread support. Then based on the note on page 23 of the R Installation and Administration manual, I added --disable-R- profiling to the configuration options Unfortunately, the code in R/src/main/eval.c [updated

[Rd] I: L.D.L (PR#8881)

2006-05-19 Thread willylotto
--=_Part_64172_20357219.1148055774494 Content-Type: message/rfc822 Message-ID: [EMAIL PROTECTED] Date: Fri, 19 May 2006 15:57:34 +0100 (GMT+01:00) From: [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] Subject: L.D.L Mime-Version: 1.0 Content-Type: text/plain;charset=UTF-8

Re: [Rd] S4 classes and C

2006-05-19 Thread Ross Boylan
On Fri, 2006-05-19 at 11:46 +0200, Martin Maechler wrote: Seth == Seth Falcon [EMAIL PROTECTED] on Thu, 18 May 2006 12:22:36 -0700 writes: Seth Ross Boylan [EMAIL PROTECTED] writes: Is there any good source of information on how S4 classes (and methods) work from C?

[Rd] Possible issue with make install (PR#8883)

2006-05-19 Thread hornyaks
Full_Name: Stanley Hornyak Version: 2.3.0 OS: Solaris 9 Submission from: (NULL) (128.231.93.143) # make install installing doc ... installing doc/html ... installing doc/html/search ... installing doc/manual ... installing etc ... bash: -c: line 1: syntax error near unexpected token `;' ***