[Rd] promptClass misses methods (addendum)
Ross Boylan
ross at biostat.ucsf.edu
Fri Dec 1 07:40:05 CET 2006
On Thu, Nov 30, 2006 at 10:29:06PM -0800, Ross Boylan wrote:
> I've had repeated problems with promptClass missing methods, usually
> telling me a class has no methods when it does.
>
> In my current case, I've defined an S4 class "mspathCoefficients" with
> a print method
> setMethod("print", signature(x="mspathCoefficients"), function(x, ...)
> { # etc
It may also be relevant that there is a mspathCoefficients function,
which constructs a member of the class.
Ross
More information about the R-devel
mailing list