[R-pkg-devel] Trouble with long-running tests on CRAN debian server

Ivan Krylov kry|ov@r00t @end|ng |rom gm@||@com
Mon Aug 21 14:16:54 CEST 2023


On Mon, 21 Aug 2023 12:02:55 +0100
Scott Ritchie <sritchie73 using gmail.com> wrote:

> remotes::install_github("sritchie73/ukbnmr")
> library(ukbnmr)
> system.time({ remove_technical_variation(test_data) })

data.tables, you say? Can you show us the NOTE message you're getting?
It could be that your example takes too much CPU time (as opposed to
"real", "wallclock" time) due to running too many threads started by
data.table.

It's not obvious why data.table would start too many threads (it's
supposed to honour the limits that CRAN expresses in environment
variables), but at least it should be easy to check and discount.

-- 
Best regards,
Ivan



More information about the R-package-devel mailing list