Skip to content
Prev 6164 / 12125 Next

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

Depending on what you want to do,

   if (interactive())

or

   try()  (in the examples, not in the function)

or

   if (testthat::skip_on_cran())

all seem like reasonable solutions.
On 10/20/20 4:28 PM, Andy Teucher wrote: