Skip to content
Prev 6137 / 12125 Next

[R-pkg-devel] checking windows timing?

FWIW, we dealt with the tests-taking-too-long problem for CVXR (which 
has a lot of tests) by mercilessly cutting out all tests on CRAN 
(testthat::skip_on_cran()) except for some fundamental ones on atoms, 
curvature, etc.? We then rely on Github actions (with NOT_CRAN = true) 
to run the full test suite on several platforms. Not perfect, but that's 
what worked for us.

-Naras
On 10/13/20 9:46 AM, Ben Bolker wrote: