wilkox / treemapify

🌳 Draw treemaps in ggplot2
http://wilkox.org/treemapify
214 stars 18 forks source link

namespace/description config #10

Closed bart6114 closed 7 years ago

bart6114 commented 7 years ago

Hi @wilkox, thanks a lot for this package.

A small question. Could you consider moving the plyr (and other dependencies) to Imports instead of Depends?

The reason I'm asking this is because I use dplyr quite a lot and importing treemapify attaches plyr to the main search path an in doing so conflicts with a number of dplyr functions.

Anyway, I can work around this, but I assume it is something others bump into as well.

wilkox commented 7 years ago

Thanks for reporting this @Bart6114. Fixed in v2.2.2.

bart6114 commented 7 years ago

Thanks for the swift reply @wilkox