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
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
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