Skip to content
Prev 4290 / 12125 Next

[R-pkg-devel] NAMESPACE issue and grDevices

I think yes. If a direct user of graphics opted not to call smoothScatter then they would have no need to even install KernSmooth. However, since generics automatically trigger loading of class-specific methods, one of which in your case includes that dependency, your package cannot avoid at least importing KernSmooth.
On August 24, 2019 7:36:44 AM PDT, Kevin Coombes <kevin.r.coombes at gmail.com> wrote: