Re: [R-pkg-devel] Vignette build issue on Debian platform

2025-02-04 Thread Graeme Hickey
Thank you, Jisca. I learned something new. Unfortunately the NOTE was not being triggered by this, but rather somehow the package was using OpenMP. I found the trick was to throttle the number of OpenMP threads courtesy of Dirk Edubuettel's post here: https://dirk.eddelbuettel.com/blog/2023/10/31/.

Re: [R-pkg-devel] Vignette build issue on Debian platform

2025-01-14 Thread Jisca Huisman
Hi Graeme, There is only one function in my package that uses multiple cores: bootSE(). However, this function is not called in any of my vignettes because it is computationally expensive. The Rmd code has `eval = FALSE` options for all of these cases. Therefore, I am at a loss as to why these v

[R-pkg-devel] Vignette build issue on Debian platform

2025-01-14 Thread Graeme Hickey
Dear all, I recently made some minor updates to the joineRML R package to squash some CRAN CMD check NOTEs that have emerged over the past couple of years. After resubmitting to CRAN, a new NOTE appeared on the Debian platform only: > package joineRML_0.4.7.tar.gz does not pass the incoming ch