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: .
> "TP" == Tony Plate
> on Fri, 16 Jan 2009 13:10:04 -0700 writes:
TP> Martin Maechler wrote:
>>> "PatB" == Patrick Burns
>>> on Tue, 13 Jan 2009 17:00:40 + writes:
>>>
>>
PatB> Henrik Bengtsson wrote:
>> >> Hi.
>> >>
>> >> On Mon
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)
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
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