search for: dgot

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

Did you mean: dgit
2002 Dec 04
2
difftime arithmetic (PR#2345)
...- d2 prints out with print.default, although it is of class(difftime)! print.difftime isnt being called, even though: > class(d2) [1] "difftime" > d3 Time difference of 0 secs - d3 prints out fine. But if I dput those three objects, the files look identical, and when dgetted (dgot?) they all act the same. But if instead I save() them and then load() them then d2 acts weird again. More weirdness: > unclass(d1) [1] 0 attr(,"units") [1] "secs" - as expected, but: > unclass(d2) [1] 0 attr(,"units") [1] "secs" attr(,"clas...