[Rd] truncate

Paul Gilbert pgilbert@bank-banque-canada.ca
Tue, 15 May 2001 12:51:01 -0400


I see in the devel snapshot there is a new generic method

> truncate
function (con, ...)
UseMethod("truncate")

which conflicts with a generic method in one of my packages:

> truncate
function (x, start = NULL, end = NULL)
{
    UseMethod("truncate")
}

I don't think there is a problem, but there used to be a recommendation to use the
same name for the first argument in generic and specific methods. Is that still
important?

Paul Gilbert

-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-devel-request@stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._