Daily Archives: September 19, 2011

How to generate a PDF reference of an R package

If you have the Rd files in a man directory, then in a shell command, you can use this command: R CMD Rd2dvi –pdf –title=’Test of foo’ -o /tmp/foo.pdf man/*.RdR CMD Rd2dvi –pdf –title=’Test of foo’ -o /tmp/foo.pdf man/*.Rd

Posted in Computer Science | Tagged , | Leave a comment