Detect whether we are running at home (i.e. not on CRAN, BioConductor, ...)
Examples
# test will run locally, but not on CRAN
if ( at_home() ){
expect_equal(2, 1+1)
}
Detect whether we are running at home (i.e. not on CRAN, BioConductor, ...)
# test will run locally, but not on CRAN
if ( at_home() ){
expect_equal(2, 1+1)
}