Re: [R-pkg-devel] Static vignettes / bibtex warning in Debian

2020-10-10 Thread Duncan Murdoch
That WARNING is unlikely to be related to the vignette. The problem is that you have Depends/Imports/Suggests for some R package that does the same for the bibtex package (possibly with one ore more other indirect steps). Since this is only on one platform, it's probably not something you nee

[R-pkg-devel] Static vignettes / bibtex warning in Debian

2020-10-10 Thread Candia, Julian (NIH/NCI) [E] via R-package-devel
Hello, I’m trying to include a static vignette by embedding a pdf document in latex. The procedure is very simple and is discussed here: http://www.markvanderloo.eu/yaRb/2019/01/11/add-a-static-pdf-vignette-to-an-r-package It essentially boils down to creating a .Rnw file with the following cont