Skip to content
Prev 46190 / 63461 Next

Is difftime a "class"

I am trying to write S4 methods with "difftime" in the signature but
am being "informed" (? not a warning or error) that "difftime" is not
a class. Nevertheless, dispatch takes place. Should I simply ignore
that "information"? Here is a toy example:
in method for ?+? with signature ?"foo","difftime"?: no definition for
class ?difftime?
[1] "+"
[1] "2013-07-01"

Thank you,
Dan Murphy