Skip to content
Prev 8211 / 12125 Next

[R-pkg-devel] Slowdown running examples since 4.2 on Windows

On 6/29/22 22:25, Barbara Lerner wrote:
Could you perhaps submit to Winbuilder several times (with some 
non-trivial delay between the runs) to see if the very long execution is 
reproducible?

If so, the next step could be trying on a Windows machine with 
interactive access, to reproduce, and if it is still so slow, checking 
where the time is spent, using an R profiler, using some C profiler 
(e.g. VerySleepy is free), comparing possibly to 4.1.3. It might be 
useful or necessary to also do the profiling with a debug build of 
Windows and/or the package, while the performance numbers will be 
skewed, one would see the symbol names.

If you wanted specific help, please send a reproducible example - 
instructions how to run the code and which code.

Best
Tomas