Skip to content
Prev 14297 / 63424 Next

Package Documentation, cryptic

[Moved to R-devel: please check the posting guide.]
On Tue, 9 Nov 2004, Christian Hoffmann wrote:
Asking why things that are not documented do not work is unproductive, I 
believe.  Instead please tell us why you are not using the standard 
procedures.
Only where documented, namely inside the first argument of \eqn{} and
\deqn{}, AFAIR.
The argument is `v': documenting it as `m' is incorrect.  You need

  \item{v}{factor or matrix.}
  \item{w}{factor.}

or better make `my.table.margin' generic with factor and matrix methods
(but still agreeing on their first argument).
Why do you need Rd.sty in there?  It works for 416 packages on CRAN with 
no such copy.  That's the cause of F), as you are trying to overwrite R's 
Rd.sty -- why?