On 06.04.2010 09:27, Christophe Genolini wrote:
Hi all,
Is it possible to include a file in an .Rd file? For example, it might
be convenient to write a file "author.Rd" and then include it in all the
Rd file:

Not in that way, but you could perhaps arrange by using the new technology described in section "2.11 Dynamic pages" of the current devel version of the Writing R Extensions manual (untested).

Best wishes,
Uwe Ligges



\author{
\include{author.Rd}
}

Christophe

______________________________________________
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel

______________________________________________
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel

Reply via email to