The following construct in Rd files has always been accepted by R:
\arguments{
\item{formula}{}
\item{family}{}
\item{data}{}
\item{weights}{}
\item{subset}{}
\item{na.action}{}
\item{start}{}
\item{offset}{}
\item{control}{}
\item{model}{}
\item{method}{}
\item{x}{}
\item{y}{}
\item{contrasts}{see \code{\link{glm}}}
}
This is for a series of arguments that are passed through to glm. The
development version of R will not let this pass, giving a warning that
there are argument items with no descriptions. Does anyone know of a
workaround? I would not like to duplicate a lot of documentation that
is in the help file for glm.
Thanks
Frank
--
Frank E Harrell Jr Professor and Chairman School of Medicine
Department of Biostatistics Vanderbilt University
______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.