1

I have an R package that produces a vignette when I build it. I would like to get the .tex file that produces the vignette. Right now, only a pdf is produced. Any ideas about how I can get the .tex file that produces that .tex file?

Pareto
  • 169
  • 1
  • 1
  • 8

1 Answers1

0
  1. Go to CRAN on Github
  2. Find the package
  3. Go to its vignettes folder
  4. ???
  5. PROFIT
Fr.
  • 2,865
  • 2
  • 24
  • 44
  • Thanks for the advice. Unfortunately, my package doesn't produce a vignette folder. Also, it appears that some packages still don't produce the .tex file. – Pareto Dec 29 '16 at 21:54
  • You are being secretive about "your package", so it's hard to help you further. – Fr. Dec 30 '16 at 00:44
  • This is what I needed http://stackoverflow.com/questions/13832759/how-to-create-r-documentation-file-rd-in-latex/31632383#31632383 – Pareto Dec 30 '16 at 01:17
  • … but that's for R documentation, not vignettes? – Fr. Dec 30 '16 at 13:35