Closed josherrickson closed 9 months ago
Based on a quick read of Wickham's advice, I don't know that it needs to be in either one. Does it? I think a listing in "Enhances:
" would communicate what we're trying to say, although elsewhere in the same book Wickham recommends against use of that field:
Enhances: packages listed here are “enhanced” by your package. Typically, this means you provide methods for classes defined in another package (a sort of reverse
Suggests
). But it’s hard to define what that means, so we don’t recommend usingEnhances
.
Absent a more specific reason not to, I'd be tempted to just put it in Enhances (and nowhere else).
Sure enough. I'll get the tests tweaked and that moved over when I get a chance.
Currently, robustbase is in Suggests, but testing against it requires it:
Should we move robustbase to Imports, or should we update the tests? (I assume the latter but want confirmation from those of you using it.)