On 21 Jan 1999 09:53:32 -0600,
Douglas Bates (DB) wrote:
"BDR" == Prof Brian Ripley <ripley@stats.ox.ac.uk> writes:
From: Paul Gilbert <pgilbert@bank-banque-canada.ca> > From Fritz
Leisch
Yes, currently the idea is to have one Rd file per html/help
file. I >never thought about it though ... do many people want to
be able to >have all documentation in one big file?
I don't really care too much about this, I just wanted to make
sure I understand
it. However, it may not be too difficult allow a large .Rd file
and have the build decompose it using the /name{..}. I currently
keep many functions in one file along with their documentation
separated by /* */. I separate this into the .R and .Rd files
with an awk script. So the question for me is whether I have to
separate the .Rd file further or is the R build going to do it. I
guess I would prefer that the R build do it, as I think others
may use it this way too, but I think I can do it fairly easily.