> Martin Maechler writes
> I have now committed the amended proposal (rev 53925);
> thank you for the feedbacks..

I had a look at it and there is a typo:
        
stop(gettextf("'%s' not defined for \"difftime\" objects", .Generic),
domain = NA)

should rather be

stop(gettextf("'%s' not defined for ordered factors", .Generic), domain
= NA)

BR Thorn

______________________________________________
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel

Reply via email to