Skip to content

R 2.8.0 qqnorm produces error with object of class zoo?

1 message · Whit Armstrong

#
sorry, for joining this thread so late. I've just upgraded to R2.8.0
and was hit with the same issue immediately in my fts package.

Has any consensus been reached about how to deal with this issue?

Do I understand correctly that the change to use:

[sort.c: 592]
PROTECT(call = lang4(install(".gt"), x, si, sj));
c = asInteger(eval(call, rho));

inside of "static int equal(int i, int j, SEXP x, Rboolean nalast,
SEXP rho)" was to promote class based object dispatching for
comparisons?

-Whit


On Thu, Oct 23, 2008 at 6:16 AM, Gabor Grothendieck
<ggrothendieck at gmail.com> wrote: