Skip to content
Prev 1029 / 12125 Next

[R-pkg-devel] Handling Not-Always-Needed Dependencies? - Part 2

On 04/08/2016 11:46 AM, Paul Gilbert wrote:
I'd say it's up to you as the author of the test.  Would skipping that 
test mean that your package was not adequately tested?  If so, then you 
should get an error if it isn't available, because otherwise people will 
think they've done adequate testing when they haven't.  One way this 
could happen if a major function of your package is being tested on a 
sample  dataset from a Suggested package.  Users of your package don't 
need the other one, but testers do.

Duncan Murdoch