Getting Latex code (.tex) that produces R package vignette

212 views Asked by At

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?

1

There are 1 answers

4
Fr. On
  1. Go to CRAN on Github
  2. Find the package
  3. Go to its vignettes folder
  4. ???
  5. PROFIT