Re: [Rd] 2009 Wish list for R

2009-01-17 Thread Sean O'Riordain
Can I add a windows specific wish please? I'd like to be able to double click on a word in the console and select it, rather than have to manually select - silly I know but I'm constantly going back and forth between R and other programs where I can do this and I still haven't managed to train my

Re: [Rd] 2009 Wish list for R

2009-01-17 Thread Duncan Murdoch
On 17/01/2009 6:53 AM, Sean O'Riordain wrote: Can I add a windows specific wish please? I'd like to be able to double click on a word in the console and select it, rather than have to manually select - silly I know but I'm constantly going back and forth between R and other programs where I can

[Rd] bug in cor.test(method = spearman)

2009-01-17 Thread savicky
Dear R developers: There is a possible bug in calculating the p-value for Spearman's rank correlation. Line 155 in file R-patched/src/library/stats/R/cor.test.R is as.double(round(q) + lower.tail), I think, it should be as.double(round(q) + 2*lower.tail), The reason is that round(q)

Re: [Rd] x - 1:2; dim(x) - 2? A vector or not?

2009-01-17 Thread Martin Maechler
TP == Tony Plate tpl...@acm.org on Fri, 16 Jan 2009 13:10:04 -0700 writes: TP Martin Maechler wrote: PatB == Patrick Burns pbu...@pburns.seanet.com on Tue, 13 Jan 2009 17:00:40 + writes: PatB Henrik Bengtsson wrote: Hi. On Mon, Jan 12,

[Rd] DierckxSpline segfault

2009-01-17 Thread Андрей Парамонов
I've just encountered a segfault when using DierckxSpline::percur function. Below is the minimal example which triggers the error: --- library(DierckxSpline) x - 1:10 y - rep(0, 10) pspline - percur(x, y) --- *** caught segfault *** address (nil), cause 'memory not mapped' Traceback: 1: