Re: [Rd] promptClass misses methods

2006-12-02 Thread Martin Maechler
> "RossB" == Ross Boylan <[EMAIL PROTECTED]> > on Fri, 1 Dec 2006 11:33:21 -0800 writes: RossB> On Fri, Dec 01, 2006 at 11:37:46AM +0100, Martin RossB> Maechler wrote: >> > "RossB" == Ross Boylan <[EMAIL PROTECTED]> >> > on Thu, 30 Nov 2006 22:29:06 -0800 writes

Re: [Rd] promptClass misses methods

2006-12-02 Thread Ross Boylan
On Sat, Dec 02, 2006 at 05:11:22PM +0100, Martin Maechler wrote: > > "RossB" == Ross Boylan <[EMAIL PROTECTED]> > > on Fri, 1 Dec 2006 11:33:21 -0800 writes: > > RossB> On Fri, Dec 01, 2006 at 11:37:46AM +0100, Martin > RossB> Maechler wrote: > >> > "RossB" == Ross Boyl

Re: [Rd] promptClass misses methods

2006-12-02 Thread Seth Falcon
Ross Boylan <[EMAIL PROTECTED]> writes: > That answers my question. The meaning was if "foo" is an S3 method, > should one avoid defining "foo" as an S4 method. And the answer is > no, it's OK. I assume one should strive to use the same argument > names, although since S3 methods don't need to u

Re: [Rd] Non central chi squared bug (PR#9406)

2006-12-02 Thread Duncan Murdoch
On 12/1/2006 6:21 AM, Duncan Murdoch wrote: > On 12/1/2006 5:44 AM, [EMAIL PROTECTED] wrote: >> Full_Name: Alan Bain >> Version: 2.4.0 >> OS: XP >> Submission from: (NULL) (155.140.122.227) >> >> >> >> Code for pnchisq contains following >> >> if (tSml) { >> >> if (x> f+ theta+ 5*sqrt(2*(f+2*theta

Re: [Rd] Non central chi squared bug (PR#9406)

2006-12-02 Thread murdoch
On 12/1/2006 6:21 AM, Duncan Murdoch wrote: > On 12/1/2006 5:44 AM, [EMAIL PROTECTED] wrote: >> Full_Name: Alan Bain >> Version: 2.4.0 >> OS: XP >> Submission from: (NULL) (155.140.122.227) >> >> >> >> Code for pnchisq contains following >> >> if (tSml) { >> >> if (x> f+ theta+ 5*sqrt(2*(f+2*theta

Re: [Rd] R 2.4.1 scheduled for December 18

2006-12-02 Thread Dirk Eddelbuettel
On 1 December 2006 at 14:00, Peter Dalgaard wrote: | The R Core Team has decided to aim for the release of 2.4.1 on Monday | December 18. This involves a feature freeze on Monday the 4th and code | freeze on Monday 11th. Automated builds of beta release and release | candidate tarballs will be ava

[Rd] passing matrix as argument to a C function

2006-12-02 Thread Christos Hatzis
Hi, Although this is not directly an R-related question, it is relevant as I am trying to port some R code to C to speed things up in a computation. I am working through my first attempts to generate and link compiled C code in R. I could make the 'convolve' function to work and similar functio