[R-pkg-devel] Usage of internet resources in examples

Gábor Csárdi c@@rd|@g@bor @end|ng |rom gm@||@com
Tue Oct 20 22:51:12 CEST 2020


On Tue, Oct 20, 2020 at 9:45 PM Ben Bolker <bbolker using gmail.com> wrote:
[...]
>    if (testthat::skip_on_cran())
>
> all seem like reasonable solutions.

I don't think you can use `testthat::skip_on_cran()` for this, it does
not return a logical flag:

❯ isTRUE(testthat::skip_on_cran())
Error: Reason: On CRAN

It only works in testthat tests.

Gabor

[...]



More information about the R-package-devel mailing list