[R-pkg-devel] How to remove rJava from Ecfun when it's not called directly or indirectly

2020-10-10 Thread Spencer Graves
Hello, All: "R CMD check Ecfun_0.2-4.tar.gz" fails under Windows 10 with "Error: package or namespace load failed for 'Ecfun': .onLoad failed in loadNamespace() for 'rJava'". However, I cannot find where Ecfun calls rJava. This is in: https://github.com/sbgraves237/Ecfun

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