Re: [R-pkg-devel] How to include examples that run > 5 secs and contain personal info

2017-11-07 Thread Robert M. Flight
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

[R-pkg-devel] building package binaries for various OSX versions

2017-11-07 Thread Bruce Hoff
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