Re: [Rd] Problem with documentation of user-defined operator (S4 method)

2011-02-21 Thread Andreas Borg
Just to add this, the operator is defined as follows: standardGeneric for "%append%" defined from package "RecordLinkage" function (x, y) standardGeneric("%append%") Methods may be defined for arguments: x, y Use showMethods("%append%") for currently available ones. So this is not a problem

[Rd] Problem with documentation of user-defined operator (S4 method)

2011-02-21 Thread Andreas Borg
Dear list members, I have defined a binary operator %append% with methods for some S4 classes. In my documentation file, I want to list the methods explicitly by using e.g.: \S4method{\%append\%}{RecLinkData,RecLinkData}(x, y) In the HTML documentation this comes out right as ## S4