Skip to content
Prev 3286 / 12125 Next

[R-pkg-devel] Suggested package relies on recent R

On 08/12/2018 9:28 AM, Hadley Wickham wrote:
Also make sure that examples fail gracefully if the suggested package is 
not present, i.e. wrap uses of the suggested package in

if (requireNamespace(...)) { ... }

Duncan Murdoch