Skip to content
Prev 1657 / 12125 Next

[R-pkg-devel] unusually slow tests on win-builder

ah, yes, another OS. it turns out on windows this takes 6 seconds. the 
issue is that we only load imports on demand (not in our NAMESPACE), 
there's a behemoth dependency chain that that analysis invokes, and 
package loading appears to be *quite a bit* slower on windows than 
macOS/linux.

with thanks

jonathon