Skip to content
Prev 11264 / 12125 Next

[R-pkg-devel] [SPAM Warning!]Re: CRAN Debian error installation time

On 4 February 2025 at 16:16, Graeme Hickey wrote:
| Having spent the best part of a month troubleshooting an almost
| identical?issue, I came across Dirk's blog post here:?https://
| dirk.eddelbuettel.com/blog/2023/10/31/. He discusses how to throttle the number
| of threads, and exports 2 handy functions in the RcppArmadillo package,?which
| you can?use with tests,?examples, and vignettes. Thank you, Dirk... your trick
| just saved me!

Yay, glad to hear that, and happy it helped!

There is in fact an example package with just the throttling example:
https://github.com/eddelbuettel/rcpparmadilloopenmpex

Dirk