Re: [R] Vignette from existing .pdf manual

2014-12-09 Thread Henrik Bengtsson
With recent versions of R there is no longer a need to trick R with dummy Rnw files etc. Instead, try the following: 1. Put your rSARP.tex file in vignettes/, i.e. vignettes/rSARP.tex. If you have other files that the LaTeX file depends on (e.g. figures), these should also be put under vignettes/

[R] Vignette from existing .pdf manual

2014-11-23 Thread John Hutcheson
Greetings! I am trying to develop a package for R for Search and Rescue planning. I'd like to re-use an existing PDF file that was created in emacs (so I have the .tex and source data) for use in inst/docs. The vignette sections of the 'Writing r extensions' manual starts off implying that t