[Rd] promptClass("numeric")

Deepayan Sarkar deepayan at stat.wisc.edu
Mon Aug 16 17:33:38 CEST 2004


On Monday 16 August 2004 09:43, Wolski wrote:
> Hi!
>
> As I said its not really a Problem. Its just an inconsistency which
> need is not apparent to me.
>
> You can alternatively use promptClass or promptMethods to document
> methods.
>
> promptClass always generates a section:
> >>>>\section{Methods}{
> >>>>   \describe{
> >>>>     \item{coerce}{\code{signature(from = "ANY", to =
> >>>> "numeric")}: ... } }
> >>>> }
>
> So you can use promptClass to provide a short description to your
> methods.
>
> I would use promptMethods if the methods are elaborated (like a the
> plotting methods in package lattice) and I would like to to provide
> intensive and extensive explanation with examples.
>
> But in case if my method "foo" which is so simple (it just prints
> "foo") I would like to use promptClass.

Yes, I should have RTFM before replying. On closer inspection, this 
seems to be a feature (?) of the "numeric" class (and perhaps other 
primitive classes). It works as you expect for a freshly defined formal 
class.

Deepayan



More information about the R-devel mailing list