[Rd] promptClass("numeric")
Wolski
wolski at molgen.mpg.de
Mon Aug 16 15:54:11 CEST 2004
Hi!
Have written some functions with signature "numeric".
eg.
setGeneric("foo",
function(object,...)
standardGeneric("foo"))
setMethod("foo",signature(object="numeric"),def = ....
To generate the Rd file sceleton i use
> promtClass("numeric")
A shell of class documentation has been written to the
file 'numeric-class.Rd'.
but the file does contains just.
\section{Methods}{
\describe{
\item{coerce}{\code{signature(from = "ANY", to = "numeric")}: ... }
}
}
Were is my method "foo"?
In case of classes defined using setClass all works.
Its not a real Problem ( I can add the method definition by hand to the Rd file) it seems just a little inconsistent to mee.
Windows2000
R1.9.1
Eryk.
More information about the R-devel
mailing list