Today a Github actions check of rgl failed on Windows with R 4.2.0 and
this error:
g++ -std=gnu++11 -I"C:/R/include" -DNDEBUG -DHAVE_PNG_H -DHAVE_FREETYPE
-Iext -Iext/ftgl
-Ic:/rtools42/x86_64-w64-mingw32.static.posix/include/freetype2
-DRGL_W32-I"c:/rtools42/x86_64-w64-mingw32.static.p
Spencer,
These are quite different issues. pdflatex is an executable (for
processing LaTeX source, an executable which it appears is missing).
pdfpages is a LaTeX package and my question is about its being
inconsistently available on different RHub platforms and how that
inconsistency relates to t
On 23 April 2022 at 18:05, Greg Hunt wrote:
| I want to incorporate a static PDF (created from LaTeX source separately
| from the R package) into an R package as a vignette.
I do that in several vignettes via a zero-depends approach described by Mark
in this blog post:
https://www.markvanderloo