[R-pkg-devel] Github action setup for R 4.2.0 on Windows?

2022-04-23 Thread Duncan Murdoch
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

Re: [R-pkg-devel] "pdflatex: not found" in GitHub Action

2022-04-23 Thread Greg Hunt
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

Re: [R-pkg-devel] Should the LaTeX package pdfpages be available for use in vignettes?

2022-04-23 Thread Dirk Eddelbuettel
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: