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 need to worry about: that other package has probably been updated to drop the bibtex dependence, but Debian hasn't got the update yet.

I don't know how you determine which is the "guilty" package. Maybe there are more hints in the check log?

Duncan Murdoch

On 10/10/2020 12:53 p.m., Candia, Julian (NIH/NCI) [E] via R-package-devel wrote:
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 content:

\documentclass{article}
\usepackage{pdfpages}
%\VignetteIndexEntry{author2019mypaper}

\begin{document}
\includepdf[pages=-, fitpaper=true]{mypaper.pdf}
\end{document}

I built and checked the package with no issues. However, upon uploading to 
CRAN, Debian generates 1 warning:

Flavor: r-devel-linux-x86_64-debian-gcc
Check: package dependencies, Result: WARNING
   Requires (indirectly) orphaned package: 'bibtex'

I don’t know how to go around this issue. Essentially: how to add a static 
(pdf) vignette to a package that will pass all CRAN checks?
Your advice is much appreciated.

Thanks,
Julián


        [[alternative HTML version deleted]]

______________________________________________
R-package-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-package-devel


______________________________________________
R-package-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-package-devel

Reply via email to