Skip to content
Prev 6715 / 12125 Next

[R-pkg-devel] ‘Package required and available but unsuitable version’ and notes about examples execution time

On 21/03/2021 7:18 a.m., Gianmarco Alberti wrote:
Did the examples actually become slower?  You can time them locally: 
you won't get the same timings as Win-builder, but relative timings 
should be roughly proportional.

If they did become slower, then you really should modify the examples. 
This might mean using an unrealistically small number of iterations; 
that's better than not running them at all, because at least it will 
show users how your functions work.

Or maybe Win-builder was under heavy load, and that's why the timings 
are slower.  You could take a chance and submit with a note about this.
How are you stating your dependency on this package?  Your current 
version only mentions "spatstat (>= 1.56-0)".  CRAN has spatstat.linnet 
2.0-0, but perhaps Win-builder hadn't updated its old release library to 
that version when you ran your test.

Duncan Murdoch