Hi,
I wrote all documents for each objects in my package in one .Rd file. Now I can't convert the .Rd file into multi html files such that a html file corresponds a object in package. The command I used was ' R CMD Rdconv -t html foo.Rd'. It just converted the document of first object in .Rd into html format.
I had to write a perl script to satisfy myself. But is there a more direct and simple way to do it?
Thank you very much.
your sincerely,
Yiming Zhou
The idea is to have one Rd file for each function -- with some exceptions, hence this is not supported.
Why don't you build a package? With the right \alias{} entries, you will get that help page for any help() call of an aliased topic.
Uwe Ligges
______________________________________________ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-help