search for: r_supsmu

Displaying 1 result from an estimated 1 matches for "r_supsmu".

2007 Feb 19
0
supsmu produces segfault when handed all NAs. (PR#9519)
...- supsmu(x,y); # works y[c(2,5,10)] <- NA; # a few NAs is OK, warning generated tmp<- supsmu(x,y); y<- NA + y; # all NAs tmp <- supsmu(x,y); # oops *** caught segfault *** address 0xfffffff8, cause 'memory not mapped' Traceback: 1: .Fortran(R_supsmu, as.integer(leno), as.double(xo), as.double(y[ord]), as.double(wt[o rd]), as.integer(iper), as.double(span), as.double(bass), smo = double(leno), double(n * 7 ), double(1)) 2: supsmu(x, y) Possible actions: 1: abort (with core dump) 2: normal R exit 3: exit R without...