noclue_
2010-Jul-17 06:23 UTC
[R] How to generate PDF help file for our internal R package?
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! -- View this message in context: http://r.789695.n4.nabble.com/How-to-generate-PDF-help-file-for-our-internal-R-package-tp2292167p2292167.html Sent from the R help mailing list archive at Nabble.com.
Romain Francois
2010-Jul-17 06:39 UTC
[R] How to generate PDF help file for our internal R package?
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