There are also lots of ways to "mock" examples / tests. You might give
examples that are "not run" in your code, and then if you want to "test"
the functionality, use "testthat" with mocked tests, that don't involve
hitting the website, except for a single case to make sure that particular
function
Hi:
A user of a binary package I provided reported that he could not load it
from R on Mac OSX version 10.11 (El Capitan). The result of running
"require()" is:
Error in dyn.load(file, DLLpath = DLLpath, ...) :
unable to load shared object ...:
dlopen(so, 6): Symbol not found: _clock_getres