Re: [Rd] validspamobject?

2018-08-18 Thread Duncan Murdoch
On 18/08/2018 3:47 PM, Ronald Barry wrote: Hi, I have submitted an updated R package to CRAN, the only problem seems to be the examples take too long to run on Windows and Debian. Several examples take over 10 seconds and the entire set takes around 110 seconds. However, I don't see what the

[Rd] image() method for Matrix fails on empty matrices (?)

2018-08-18 Thread Ben Bolker
Reasonably easy to avoid, but maybe an edge case that should be handled? Haven't looked yet to see how easy it would be to fix ... Am I missing something? > library(Matrix) > m <- Matrix(0,nrow=3,ncol=3) > m 3 x 3 sparse Matrix of class "dsCMatrix" [1,] . . . [2,] . . . [3,] . . . > image(m)

Re: [Rd] validspamobject?

2018-08-18 Thread Ronald Barry
Hi, I have submitted an updated R package to CRAN, the only problem seems to be the examples take too long to run on Windows and Debian. Several examples take over 10 seconds and the entire set takes around 110 seconds. However, I don't see what the 'target' amount of time is. How much will thi