Skip to content
Prev 169007 / 398506 Next

Package manuals.

If I do this on the top-level directry of a package, I get

tystie% R CMD Rd2dvi --pdf RODBC
Hmm ... looks like a package
...

and it does so by looking for a 'foo/DESCRIPTION' file, and it does 
give an index.

I think you probably do need to update your R, as in < 2.8.1 if there 
was a problem with latex-ing, it gave no indication and no index.

I believe CRAN uses the manual produced by R CMD check, which uses 
pkg2tex.pl if there is a latex directory in the built package.
On Tue, 3 Feb 2009, Rolf Turner wrote: