Im trying to create a similar r package vignette as i have seen in DESeq2 (http://www.bioconductor.org/packages/release/bioc/vignettes/DESeq2/inst/doc/DESeq2.pdf). I like the table of contents and the links between it and the rest of the vignette, the page count, etc. It looks tidy and professional.
I have seen bits about knitrBootstrap (https://github.com/jimhester/knitrBootstrap) and buildVignettes (I can't post the link - third in one question - as a new member of Stackoverflow here - sorry!) but I don't think they are what I am looking for.
Is it possible to find an example format for DESeq2 vignette that I can easily tailor for my own package? Any advice is appreciated!