[R] How to generate PDF help file for our internal R package?

Romain Francois romain.francois at dbmail.com
Sat Jul 17 08:39:26 CEST 2010


Le 17/07/10 08:23, noclue_ a écrit :
> Currently, we have developed an R package for our company's internal use (at
> least for now).  I have successfully built the package and generated zip
> file which can be easily installed.  However, I am not sure how to generate
> the big HELP file in PDF.
>
> Right now, I have about 30+ Rd files for this internal package. I can run 'R
> CMD Rd2dvi' and WinEdt to create one pdf file individually for each Rd file.
> But I have not been successful in getting one big pdf file.   Does anybody
> know how to generate a complete pdf file for the package ?
>
> Thanks!

 From the directory that contains your package :

$ R CMD Rd2dvi yourpackage

Romain

-- 
Romain Francois
Professional R Enthusiast
+33(0) 6 28 91 30 30
http://romainfrancois.blog.free.fr
|- http://bit.ly/bc8jNi : Rcpp 0.8.4
|- http://bit.ly/dz0RlX : bibtex 0.2-1
`- http://bit.ly/a5CK2h : Les estivales 2010



More information about the R-help mailing list