Skip to content
Prev 17859 / 21312 Next

[Bioc-devel] Methods to speed up R CMD Check

On 3/23/21 6:33 AM, Mike Smith wrote:
...
What?!

 > testthat::skip_on_bioc
function ()
{
     if (identical(Sys.getenv("BBS_HOME"), "")) {
         return(invisible(TRUE))
     }
     skip("On Bioconductor")
}
<bytecode: 0x564820802278>
<environment: namespace:testthat>

No way! I need to rename that BBS_HOME env variable ;-)
You bet.

Or move the long tests to the longtests/ folder and subscribe to the 
Long Tests builds:

   https://bioconductor.org/developers/how-to/long-tests/

You'll be only able to do so once your package is accepted though so it 
doesn't really help in the context of the package review.

H.