Robin Hankin
2004-Jul-27 10:53 UTC
[R] library manual: documentation of funcs not alphabetically ordered
Hello everybody I'm putting finishing touches to a library, and have noticed that the .dvi file that R CMD check creates does not sort the functions in alphabetical order. I find this odd because I used the "tidy" routines in section 3.1 of the R-exts manual, which produce R code in which the functions are alphabetically ordered (and I performed R CMD check using the tidied-and-profiled R code). My other library manuals are in alphabetical order. How do I get a dvi manual with functions in alphabetical order? What have I forgotten to do? -- Robin Hankin Uncertainty Analyst Southampton Oceanography Centre SO14 3ZH tel +44(0)23-8059-7743 initialDOTsurname at soc.soton.ac.uk (edit in obvious way; spam precaution)
Prof Brian Ripley
2004-Jul-27 12:15 UTC
[R] library manual: documentation of funcs not alphabetically ordered
On Tue, 27 Jul 2004, Robin Hankin wrote:> Hello everybody > > I'm putting finishing touches to a library,package?> and have noticed that the .dvi file that R CMD check creates does not > sort the functions in alphabetical order.It is not designed to, merely to check that the files can be processed. Use R CMD Rd2dvi to produce a manual: that sorts the man/*.Rd files in the ASCII collate order (which may or may not be the same order as the function names).> I find this odd because I used the "tidy" routines in section 3.1 of > the R-exts manual, which produce R code in which the functions are > alphabetically ordered (and I performed R CMD check using the > tidied-and-profiled R code). My other library manuals are in > alphabetical order.The R and man directories are unrelated.> How do I get a dvi manual with functions in alphabetical order? > What have I forgotten to do?-- Brian D. Ripley, ripley at stats.ox.ac.uk Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44 1865 272861 (self) 1 South Parks Road, +44 1865 272866 (PA) Oxford OX1 3TG, UK Fax: +44 1865 272595