File ‘nanotime/R/nanoduration.R’: if (class(target) == "nanoduration") ...
File ‘nanotime/R/nanoduration.R’: if (class(current) == "nanoduration") ...
File ‘nanotime/R/nanoival.R’: if (class(table) == "nanoival") ...
File ‘nanotime/R/nanotime.R’: if (class(e2) == "nanotime") ...
File ‘nanotime/R/nanotime.R’: if (class(by) == "nanoperiod") ...
File ‘nanotime/R/nanotime.R’: if (class(by) == "nanoperiod") ...
File ‘nanotime/R/nanotime.R’: if (class(target) == "nanotime") ...
File ‘nanotime/R/nanotime.R’: if (class(current) == "nanotime") ...
I'll take care of it and switch to inherits() which is now preferred. I'll also update my r-devel version just in case (which I do every week or other week...)
Just noticed this:
I'll take care of it and switch to
inherits()
which is now preferred. I'll also update my r-devel version just in case (which I do every week or other week...)