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

______________________________________________
R-help@r-project.org 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.

Reply via email to