Skip to content
Back to formatted view

Raw Message

Message-ID: <20040421215111.A2149104C2@slim.kubism.ku.dk>
Date: 2004-04-21T23:51:14Z
From: Kjetil Halvorsen
Subject: segfault in approx() (PR#6809)

This is R1.9.0, windows XP

I run across the following:

It is admittedly silly, but it shouldn't segfault:

test <- list(y=1:100, x=rep(NaN, 100))
approx(test, xout=rep(NaN, 10))

Bombs!

Kjetil Halvorsen