Closed christophM closed 3 years ago
Why favor require() > requireNamespace()? In a package context, it is good practice to use requireNamespace() :)
require()
requireNamespace()
OTOH there were quite a lot ggplot calls inside the package, so this might be quite an effort.
I am not sure if removing ggplot2 dependence is that valuable. As a user, I guess you would most of the time plot something with the iml package.
iml
Why favor
require()
>requireNamespace()
? In a package context, it is good practice to userequireNamespace()
:)OTOH there were quite a lot ggplot calls inside the package, so this might be quite an effort.