Re: [Rd] reusing routines

2006-05-13 Thread Duncan Temple Lang
Hi Terry. If I am inferring correctly from your description, in S-Plus your C code for the microarray automatically finds the cholesky2 routine in the survival package without any need to tell it to do so. While it may be convenient, this is not very desirable at all. Rather, you should have to te

[Rd] Error Compiling RMySQL in Fedora Core 5 86x64

2006-05-13 Thread Juan Santiago Ramseyer
in download and automatic install the RMySQL, R show the error (look under session attach. MySQL is install and operational. Juan Santiago Ramseyer. > install.packages('RMySQL') --- Please select a CRAN mirror for use in this session --- Loading Tcl/Tk interface ... done tentando a URL 'http://

Re: [Rd] Mere chat on vectorisation matters

2006-05-13 Thread François Pinard
Hi to all. Not so long ago, I wrote: >Allow me to chat a tiny bit on two vectorisation-related matters, in >the context of R. I'm curious about if the following ideas have ever >been considered, and rejected already. [... then, a few words about >Duff's device, and operation chaining ...] As

Re: [Rd] windows( ... ,rescale="fixed") bug (PR#8857)

2006-05-13 Thread murdoch
On 5/13/2006 1:51 PM, Duncan Murdoch wrote: > On 5/13/2006 12:54 PM, [EMAIL PROTECTED] wrote: >> Full_Name: Gerhard Thallinger >> Version: 2.3.0; 2.2.0 >> OS: Windows XP >> Submission from: (NULL) (212.183.54.87) >> >> >> Invoking windows() with the parameter rescale="fixed" followed by plot.new()

Re: [Rd] windows( ... ,rescale="fixed") bug (PR#8857)

2006-05-13 Thread Duncan Murdoch
On 5/13/2006 1:51 PM, Duncan Murdoch wrote: > On 5/13/2006 12:54 PM, [EMAIL PROTECTED] wrote: >> Full_Name: Gerhard Thallinger >> Version: 2.3.0; 2.2.0 >> OS: Windows XP >> Submission from: (NULL) (212.183.54.87) >> >> >> Invoking windows() with the parameter rescale="fixed" followed by plot.new()

Re: [Rd] windows( ... ,rescale="fixed") bug (PR#8857)

2006-05-13 Thread Duncan Murdoch
On 5/13/2006 12:54 PM, [EMAIL PROTECTED] wrote: > Full_Name: Gerhard Thallinger > Version: 2.3.0; 2.2.0 > OS: Windows XP > Submission from: (NULL) (212.183.54.87) > > > Invoking windows() with the parameter rescale="fixed" followed by plot.new() > or any other plot command causes very often the f

[Rd] windows( ... ,rescale="fixed") bug (PR#8857)

2006-05-13 Thread Gerhard . Thallinger
Full_Name: Gerhard Thallinger Version: 2.3.0; 2.2.0 OS: Windows XP Submission from: (NULL) (212.183.54.87) Invoking windows() with the parameter rescale="fixed" followed by plot.new() or any other plot command causes very often the following error: windows(width=7, height=7, rescale="fixed");p

Re: [Rd] str() with attr(*, "names") is extremely slow for long vectors

2006-05-13 Thread Martin Maechler
> "Gerhard" == Gerhard Thallinger <[EMAIL PROTECTED]> > on Sat, 13 May 2006 12:54:10 +0200 writes: > "HenrikB" == Henrik Bengtsson (max 7Mb) <[EMAIL PROTECTED]> > on Fri, 5 May 2006 11:58:19 -0700 writes: But have you looked at R 2.3.0-patched at all? I did acknowledge tha

Re: [Rd] S4 initialize methods, unexpected recursive callNextMethod

2006-05-13 Thread John Chambers
The bug should now be fixed. The actual change is very small, but it enforces a semantic definition that may be relevant, so we should discuss it. The question is: what method does callNextMethod() refer to? The definition now enforced is: the "next method" is the method found for the defi

Re: [Rd] str() with attr(*, "names") is extremely slow for long vectors

2006-05-13 Thread Gerhard Thallinger
> "HenrikB" == Henrik Bengtsson (max 7Mb) <[EMAIL PROTECTED]> > on Fri, 5 May 2006 11:58:19 -0700 writes: HenrikB> Hi, HenrikB> I noticed some time ago that, for instance, named vectors HenrikB> that are really makes str() really slow when displaying the HenrikB> names attribute