Skip to content

[Bioc-devel] TIMEOUT error in building vignette in package scruff

1 message · Hervé Pagès

#
Hi Zhe,
On 2/2/20 18:12, Wang, Zhe wrote:
What "went wrong" is that for some reason the code in the vignette is 
too slow on Windows. Note that 'R CMD build scruff' takes about 1273 
seconds on malbec2. Given that things tend to run slower on Windows 
compared to Linux (for example, 'R CMD build Rsubread' takes 259 seconds 
on Windows vs 96 seconds only on Linux), it is not unreasonable to 
imagine that 'R CMD build scruff' would take more than 2400 seconds on 
tokay2. Hence the TIMEOUT.

Did you take a look at Rubread's performance regression introduced on 
Jan 7? Did you report it to the Rsubread maintainer? When you choose to 
depend on someone's else package, it means that you are prepared to deal 
with the changes they make to their package. This includes letting them 
know when they introduce problems that affect you.

Cheers,
H.