Skip to content
Prev 48816 / 63421 Next

Package manual Tex file

On 15/08/2014, 4:47 PM, Axel Urbiz wrote:
I don't see what you describe.  On Mac OS I see this output:

$ R CMD Rd2pdf --no-clean tables
Hmm ... looks like a package
Converting Rd files to LaTeX ..
Creating pdf output from LaTeX ...

This is pdfTeX, Version 3.1415926-2.5-1.40.14 (TeX Live 2013)
 restricted \write18 enabled.
entering extended mode
(/Users/murdoch/svn/MyR/.Rd2pdf4517/Rd2.tex

[ many lines deleted ]

Output written on Rd2.pdf (23 pages, 134164 bytes).
Transcript written on Rd2.log.
Saving output to 'tables.pdf' ...
Done
You may want to clean up by 'rm -rf .Rd2pdf4517'

murdoch at djmair ~/svn/MyR
$ cd .Rd2pdf4517/

murdoch at djmair ~/svn/MyR/.Rd2pdf4517
$ ls
Rd2.aux  Rd2.ilg  Rd2.log  Rd2.pdf  Rd2.toc
Rd2.idx  Rd2.ind  Rd2.out  Rd2.tex

Duncan Murdoch