<div dir="ltr">HI List,<div><br></div><div>I have the misfortune to have an object class I'd like to document an S4 method for, in which the object class name is not a valid filename (do to having a ":").  The method and the Roxygen documentation are thus:</div>
<div><br></div><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><div><div>#' concatenate stmml:unit objects</div></div><div><div>#' </div></div><div><div>#' concatenates  stmml:unit objects into stmml:ListOfunit objects</div>
</div><div><div>#' @param x,... units to concatenate</div></div><div><div>#' @param recursive not implemented at this time</div></div><div><div>#' @rdname class-stmml:unit</div></div><div><div>setMethod("c", signature("stmml:unit"), function(x, ..., recursive = FALSE) new("stmml:ListOfunit", list(x, ...)))</div>
</div></blockquote><div><div><br></div><div><br></div><div>How would I modify this to create valid documentation?  Currently this will error that rdname is not a valid filename, but changing the rdname (e.g. just removing the ":") results in a new error about undocumented methods.  </div>
<div><br></div><div>Thanks!</div><div><br></div><div>Carl</div><div><br></div>-- <br><div dir="ltr">Carl Boettiger<br>UC Santa Cruz<br><a href="http://carlboettiger.info/" target="_blank">http://carlboettiger.info/</a><br>
</div>
</div></div>