Skip to content
Prev 153 / 12125 Next

[R-pkg-devel] how to skip tests on CRAN but NOT on travis-ci?

I think you can just use skip_on_cran() for the tests that you want to
skip on CRAN, and set the NOT_CRAN environment variable in your Travis
config.

Gabor
On Sun, Jun 21, 2015 at 10:46 AM, Jennifer Bryan <jenny at stat.ubc.ca> wrote: