-
-
Notifications
You must be signed in to change notification settings - Fork 219
Description
Our vignettes do not change that much, and do not contain much "test" code that adds to the decent coverage we have from unit testing.
But building all nine pdf vignettes takes on the order of two minutes. Given that the content does not really change all that much, the time may not be well spent.
Moreover, the toolchain changes every now and then. Recently we had an issue in the pinp package (providing the Markdown/LaTeX parts); rmarkdown or pandoc also change over the years. We may as well shield Rcpp from this.
The branch vignettes_premade has a set of changes which uses a standard trick of having a minimal Sweave/LaTeX vignette "including" another pdf file. I added Makefiles to make the actual 'underlying' vignettes from rmd, and the wrapper vignettes.
If there are no objections, I plan to make this a pr in a day or two (I need to add wrappers for two of the nine vignettes) and then merge.
Comments welcome and appreciated, as always!