Skip to content
Prev 11223 / 12125 Next

[R-pkg-devel] CRAN Debian error installation time

Dear Guillermo,

Welcome to R-package-devel!

? Mon, 27 Jan 2025 19:26:10 +0100
Guillermo Vinue <guillermovinue at gmail.com> ?????:
The key word here is "installation". Check your configure/build
scripts. Are you using CMake, Ninja, or Cargo? Does it default to using
as many parallel processes as feasible? Most build systems nowadays
accept the -j flag to control that. Make sure to give it the flag that
limits it to two processes (most likely -j 2) when running on CRAN:
http://contributor.r-project.org/cran-cookbook/code_issues.html#using-more-than-2-cores

The above advice is very general and may completely miss the mark. If
you provide the links to the latest CRAN pre-test logs and the package
source code, someone will be able to give more precise advice.