Re: [R] adding latex, html docs. to new packag

2007-07-09 Thread Uwe Ligges


Edna Bell wrote:
 Hi again!
 
 How do I create the Latex and HTML files for documentation for a new
 package, please?
 
 Is there something in the R CMD stuff that would do it, or do I need
 to produce by hand, pleaes?


As the manual Writing R Extensions suggests, please write your 
documentation in the Rd format. Those files are converted automatically 
to latex and html (among other format) when the package is installed.

Skeletons for the help files can be generated using prompt() or for a 
whole package, see ?package.skeleton.

Uwe Ligges







 thanks,
 eb
 
 __
 R-help@stat.math.ethz.ch 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.

__
R-help@stat.math.ethz.ch 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.


[R] adding latex, html docs. to new packag

2007-07-08 Thread Edna Bell
Hi again!

How do I create the Latex and HTML files for documentation for a new
package, please?

Is there something in the R CMD stuff that would do it, or do I need
to produce by hand, pleaes?

thanks,
eb

__
R-help@stat.math.ethz.ch 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.