wilkelab / ggridges

Ridgeline plots in ggplot2
https://wilkelab.org/ggridges
GNU General Public License v2.0
412 stars 31 forks source link

Remove plyr dependency #71

Closed bwiernik closed 3 years ago

bwiernik commented 3 years ago

It doesn't seem to be particularly necessary. This would be helpful for us in https://github.com/easystats/see. We try to limit the number of downstream dependencies we import.

clauswilke commented 3 years ago

Yes, thanks. This is old code that I copied from ggplot2. There's no good reason anymore to import plyr.

IndrajeetPatil commented 3 years ago

Are there any plans to submit the development version of ggridges to CRAN anytime soon?

I would like to import ggridges in my package, and it would be nice to not gain an additional plyr (and in turn Rcpp) dependency. :)